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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂呵舶 | 111001111010111010011001111010001001010010010101 | e7ae99e89495 |
EUC-JP | 邂呵舶 | 111011101011000011010010111010101100011111110101 | eeb0d2eac7f5 |
UTF-8 | 邂呵舶 | 111010011000001010000010111001011001000110110101111010001000100010110110 | e98282e591b5e888b6 |
UHC | 邂呵舶 | 111110101011001111001010101001111101101011011100 | fab3caa7dadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)