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 | 11111010110011111110010011000001111101001111110001000010 | facfe4c1f4fc42 |
EUC-JP | 昕菽?B | 10001111110000011111110011101000110000110011111101000010 | 8fc1fce8c33f42 |
UTF-8 | 昕菽B | 11100110100110001001010111101000100011111011110111101110100011101010101101000010 | e69895e88fbdee8eab42 |
UHC | 昕菽?B | 111111011101101011100010110111010011111101000010 | fddae2dd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)