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 | 邯蛾秩 | 111001111011011010001001111010011001001010000001 | e7b689e99281 |
EUC-JP | 邯蛾秩 | 111011101011100010110010111010111100001111100001 | eeb8b2ebc3e1 |
UTF-8 | 邯蛾秩 | 111010011000001010101111111010001001101110111110111001111010011110101001 | e982afe89bbee7a7a9 |
UHC | 邯蛾秩 | 110010101111101111100100101101101111001011110001 | cafbe4b6f2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)