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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 襯姆\ | 1110011001000100100110110100011101011100 | e6449b475c |
EUC-JP | 襯姆\ | 1110101110100101110101011010100001011100 | eba5d5a85c |
UTF-8 | 襯姆\ | 11101000101001011010111111100101101001111000011001011100 | e8a5afe5a7865c |
UHC | ?姆\ | 00111111110110011011010101011100 | 3fd9b55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)