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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 東B | 10010011100011001000001001100001 | 938c8261 |
EUC-JP | 東B | 11000101111011001010001111000010 | c5eca3c2 |
UTF-8 | 東B | 111001101001110110110001111011111011110010100010 | e69db1efbca2 |
UHC | 東B | 11010100110101001010001111000010 | d4d4a3c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)