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 | 縣失\ | 1110001101110000100011101011100001011100 | e3708eb85c |
EUC-JP | 縣失\ | 1110010111010001101111001011101001011100 | e5d1bcba5c |
UTF-8 | 縣失\ | 11100111101110001010001111100101101001001011000101011100 | e7b8a3e5a4b15c |
UHC | 縣失\ | 1111101011100011111000111111011101011100 | fae3e3f75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)