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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瓷瓷^ | 1110000101001001111000010100100101011110 | e149e1495e |
EUC-JP | 瓷瓷^ | 1110000110101010111000011010101001011110 | e1aae1aa5e |
UTF-8 | 瓷瓷^ | 11100111100100111011011111100111100100111011011101011110 | e793b7e793b75e |
UHC | 瓷瓷^ | 1110110110110110111011011011011001011110 | edb6edb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)