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 | 譽喟^ | 1110011010100011100110100101111101011110 | e6a39a5f5e |
EUC-JP | 譽喟^ | 1110110010100101110100111100000001011110 | eca5d3c05e |
UTF-8 | 譽喟^ | 11101000101011011011110111100101100101101001111101011110 | e8adbde5969f5e |
UHC | 譽?^ | 11100111111000100011111101011110 | e7e23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)