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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 帳??[BF | 10010010101000000011111100111111010110110100001001000110 | 92a03f3f5b4246 |
EUC-JP | 帳??[BF | 11000100101000100011111100111111010110110100001001000110 | c4a23f3f5b4246 |
UTF-8 | 帳⑶눈[BF | 111001011011100010110011111000101001000110110110111010111000100010001000010110110100001001000110 | e5b8b3e291b6eb88885b4246 |
UHC | 帳⑶눈[BF | 111011011110001110101001111010011011010010101011010110110100001001000110 | ede3a9e9b4ab5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)