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 | 縣漆^ | 1110001101110000100011101011110101011110 | e3708ebd5e |
EUC-JP | 縣漆^ | 1110010111010001101111001011111101011110 | e5d1bcbf5e |
UTF-8 | 縣漆^ | 11100111101110001010001111100110101111001000011001011110 | e7b8a3e6bc865e |
UHC | 縣漆^ | 1111101011100011111101101101010001011110 | fae3f6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)