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 | 瀛??瀛? | 11100000011010010011111100111111111000000110100100111111 | e0693f3fe0693f |
EUC-JP | 瀛??瀛? | 11011111110010100011111100111111110111111100101000111111 | dfca3f3fdfca3f |
UTF-8 | 瀛걦뢒瀛걞 | 111001111000000010011011111010101011000110100110111010111010001010010010111001111000000010011011111010101011000110011110 | e7809beab1a6eba292e7809beab19e |
UHC | 瀛걦뢒瀛걞 | 11100111101110101000000110001111100011110100110111100111101110101000000110000111 | e7ba818f8f4de7ba8187 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)