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 | 葯蘇葯 | 111001001101111010010001011010001110010011011110 | e4de9168e4de |
EUC-JP | 葯蘇葯 | 111010001110000011000001110010011110100011100000 | e8e0c1c9e8e0 |
UTF-8 | 葯蘇葯 | 111010001001000110101111111010001001100010000111111010001001000110101111 | e891afe89887e891af |
UHC | 葯蘇葯 | 111001011011010111100001110011001110010110110101 | e5b5e1cce5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)