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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 寥?淫?? | 10011011100011000011111110001000111110100011111100111111 | 9b8c3f88fa3f3f |
EUC-JP | 寥?淫?? | 11010101111011000011111110110000111111000011111100111111 | d5ec3fb0fc3f3f |
UTF-8 | 寥렗淫댓렱 | 111001011010111110100101111010111010000010010111111001101011011110101011111010111000110010010011111010111010000010110001 | e5afa5eba097e6b7abeb8c93eba0b1 |
UHC | 寥렗淫댓렱 | 11101000111011111000111010101100111010111110001010110100111100011000111010111110 | e8ef8eacebe2b4f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)