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 | 夜??淫?? | 1001011011101001001111110011111110001000111110100011111100111111 | 96e93f3f88fa3f3f |
EUC-JP | 夜??淫?? | 1100110011101011001111110011111110110000111111000011111100111111 | cceb3f3fb0fc3f3f |
UTF-8 | 夜껋꼻淫밭툞 | 111001011010010010011100111010101011101110001011111010101011110010111011111001101011011110101011111010111011000010101101111011011000100010011110 | e5a49ceabb8beabcbbe6b7abebb0aded889e |
UHC | 夜껋꼻淫밭툞 | 111001011010100010000011111011001000010010010011111010111110001010111001111001111011100010010101 | e5a883ec8493ebe2b9e7b895 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)