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 | 邯蛾→ | 111001111011011010001001111010011000000110101000 | e7b689e981a8 |
EUC-JP | 邯蛾→ | 111011101011100010110010111010111010001010101010 | eeb8b2eba2aa |
UTF-8 | 邯蛾→ | 111010011000001010101111111010001001101110111110111000101000011010010010 | e982afe89bbee28692 |
UHC | 邯蛾→ | 110010101111101111100100101101101010000111100110 | cafbe4b6a1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)