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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 預ц?^ | 100101110110000110000100100010000011111101011110 | 976184883f5e |
EUC-JP | 預ц?^ | 110011011100001010100111111010000011111101011110 | cdc2a7e83f5e |
UTF-8 | 預ц뒳^ | 111010011010000010010000110100011000011011101011100100101011001101011110 | e9a090d186eb92b35e |
UHC | 預ц뒳^ | 11100111111010001010110011101000100010101010110001011110 | e7e8ace88aac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)