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 | 100011100111110110001010100011000011111101000010 | 8e7d8a8c3f42 |
EUC-JP | 枝褐?B | 101110111101111010110011111011000011111101000010 | bbdeb3ec3f42 |
UTF-8 | 枝褐봄B | 11100110100111101001110111101000101001001001000011101011101101001000010001000010 | e69e9de8a490ebb48442 |
UHC | 枝褐봄B | 11110010101010111100101011101000101110101011110101000010 | f2abcae8babd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)