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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???以??? | 0011111100111111001111111000100011001000001111110011111100111111 | 3f3f3f88c83f3f3f |
EUC-JP | ???以??? | 0011111100111111001111111011000011001010001111110011111100111111 | 3f3f3fb0ca3f3f3f |
UTF-8 | 렢렞렡以렑樂렣 | 111010111010000010100010111010111010000010011110111010111010000010100001111001001011101110100101111010111010000010010001111011111010011010111111111010111010000010100011 | eba0a2eba09eeba0a1e4bba5eba091efa6bfeba0a3 |
UHC | 렢렞렡以렑樂렣 | 1000111010110011100011101010111110001110101100101110110010100100100011101010011011101000111110011000111010110100 | 8eb38eaf8eb2eca48ea6e8f98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)