To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?樹摯? | 001111111000111011110111100111011001010100111111 | 3f8ef79d953f |
EUC-JP | ?樹摯? | 001111111011110011111001110110011111010100111111 | 3fbcf9d9f53f |
UTF-8 | 롎樹摯렜 | 111010111010000110001110111001101010100010111001111001101001000110101111111010111010000010011100 | eba18ee6a8b9e691afeba09c |
UHC | 롎樹摯렜 | 1000111011010100111000101010011111110010101001111000111010101110 | 8ed4e2a7f2a78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)