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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 竪損]H | 100100100100011110010001101110010101110101001000 | 924791b95d48 |
EUC-JP | 竪損]H | 110000111010100011000010101110110101110101001000 | c3a8c2bb5d48 |
UTF-8 | 竪損]H | 1110011110101011101010101110011010010000100011010101110101001000 | e7abaae6908d5d48 |
UHC | 竪損]H | 111000101011010111100001110111110101110101001000 | e2b5e1df5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)