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 | 紂上‐^ | 11100011010000001000111111100011100000010101110101011110 | e3408fe3815d5e |
EUC-JP | 紂上‐^ | 11100101101000011011111011100101101000011011111001011110 | e5a1bee5a1be5e |
UTF-8 | 紂上‐^ | 11100111101101001000001011100100101110001000101011100010100000001001000001011110 | e7b482e4b88ae280905e |
UHC | 紂上?^ | 111100011100010011011111101111100011111101011110 | f1c4dfbe3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)