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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 辯礼∠B | 11100111100001111001011111100111100000011101101001000010 | e78797e781da42 |
EUC-JP | 辯礼∠B | 11101101111001111100111011101001101000101101110001000010 | ede7cee9a2dc42 |
UTF-8 | 辯礼∠B | 11101000101111101010111111100111101001001011110011100010100010001010000001000010 | e8beafe7a4bce288a042 |
UHC | 辯?∠B | 110111001010101000111111101000011101000001000010 | dcaa3fa1d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)