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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | ?}?{^ | 10000001010010000111110110000001010010000111101101011110 | 81487d81487b5e |
EUC-JP | ?}?{^ | 10100001101010010111110110100001101010010111101101011110 | a1a97da1a97b5e |
UTF-8 | ?}?{^ | 111011111011110010011111011111011110111110111100100111110111101101011110 | efbc9f7defbc9f7b5e |
UHC | ?}?{^ | 10100011101111110111110110100011101111110111101101011110 | a3bf7da3bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)