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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 莉∵昭h | 11100100101110111000000111100110100011111011101001101000 | e4bb81e68fba68 |
EUC-JP | 莉∵昭h | 11101000101111011010001011101000101111101011110001101000 | e8bda2e8bebc68 |
UTF-8 | 莉∵昭h | 11101000100011101000100111100010100010001011010111100110100110001010110101101000 | e88e89e288b5e698ad68 |
UHC | 莉∵昭h | 11010111111010011010000111110001111000011011100101101000 | d7e9a1f1e1b968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)