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 | 碣訐惠 | 111000011111000011100110010111111001110010101000 | e1f0e65f9ca8 |
EUC-JP | 碣訐惠 | 111000101111001011101011110000001101100010101010 | e2f2ebc0d8aa |
UTF-8 | 碣訐惠 | 111001111010001010100011111010001010100010010000111001101000001110100000 | e7a2a3e8a890e683a0 |
UHC | 碣?惠 | 1100101011100101001111111111101110110011 | cae53ffbb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)