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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?枉? | 00111111100111100101110100111111 | 3f9e5d3f |
EUC-JP | ?枉? | 00111111110110111011111000111111 | 3fdbbe3f |
UTF-8 | 렣枉롏 | 111010111010000010100011111001101001111010001001111010111010000110001111 | eba0a3e69e89eba18f |
UHC | 렣枉롏 | 100011101011010011101000110110111000111011010101 | 8eb4e8db8ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)