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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???在?猥 | 0011111100111111001111111000110111011101001111111110000011001110 | 3f3f3f8ddd3fe0ce |
EUC-JP | ???在?猥 | 0011111100111111001111111011101011011111001111111110000011010000 | 3f3f3fbadf3fe0d0 |
UTF-8 | 롚렒롃在렜猥 | 111010111010000110011010111010111010000010010010111010111010000110000011111001011001110010101000111010111010000010011100111001111000110010100101 | eba19aeba092eba183e59ca8eba09ce78ca5 |
UHC | 롚렒롃在렜猥 | 100011101101111010001110101001111000111011001010111011101010010010001110101011101110100011100101 | 8ede8ea78ecaeea48eaee8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)