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 | 11100101101101001010011111100110101001011011110101000010 | e5b4a7e6a5bd42 |
EUC-JP | 蟠ァ讌スB | 111010101011011010001110101001111110110010100111100011101011110101000010 | eab68ea7eca78ebd42 |
UTF-8 | 蟠ァ讌スB | 11101000100111111010000011101111101111011010011111101000101011101000110011101111101111011011110101000010 | e89fa0efbda7e8ae8cefbdbd42 |
UHC | 蟠???B | 110110101111011000111111001111110011111101000010 | daf63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)