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 | 獎瑯\ | 1110000011010000111000001110010101011100 | e0d0e0e55c |
EUC-JP | 獎瑯\ | 1110000011010010111000001110011101011100 | e0d2e0e75c |
UTF-8 | 獎瑯\ | 11100111100011011000111011100111100100011010111101011100 | e78d8ee791af5c |
UHC | ?瑯\ | 00111111110101011100101101011100 | 3fd5cb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)