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 | 蟇庭擱 | 111001011010111110010010111010111001110110100110 | e5af92eb9da6 |
EUC-JP | 蟇庭擱 | 111010101011000111000100111011011101101010101000 | eab1c4eddaa8 |
UTF-8 | 蟇庭擱 | 111010001001111110000111111001011011101010101101111001101001001110110001 | e89f87e5baade693b1 |
UHC | ?庭? | 00111111111011111101010000111111 | 3fefd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)