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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邊ス轤ウB | 11100111101100101011110111100111100000101011001101000010 | e7b2bde782b342 |
EUC-JP | 邊ス轤ウB | 111011101011010010001110101111011110110111100010100011101011001101000010 | eeb48ebdede28eb342 |
UTF-8 | 邊ス轤ウB | 11101001100000101000101011101111101111011011110111101000101111011010010011101111101111011011001101000010 | e9828aefbdbde8bda4efbdb342 |
UHC | 邊???B | 110111001010101100111111001111110011111101000010 | dcab3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)