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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 禪祚B | 1110001001010111111000100100111001000010 | e257e24e42 |
EUC-JP | 禪祚B | 1110001110111000111000111010111101000010 | e3b8e3af42 |
UTF-8 | 禪祚B | 11100111101001101010101011100111101001011001101001000010 | e7a6aae7a59a42 |
UHC | 禪祚B | 1110000011001001111100001101010001000010 | e0c9f0d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)