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 | 午ワ?^ | 100011001101111110000011100011110011111101011110 | 8cdf838f3f5e |
EUC-JP | 午ワ?^ | 101110001110000110100101111011110011111101011110 | b8e1a5ef3f5e |
UTF-8 | 午ワ슐^ | 11100101100011011000100011100011100000111010111111101100100010101001000001011110 | e58d88e383afec8a905e |
UHC | 午ワ슐^ | 11100111111011011010101111101111101111011011011001011110 | e7edabefbdb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)