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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鶯?9^ | 111010011111001000111111100000100101100001011110 | e9f23f82585e |
EUC-JP | 鶯?9^ | 111100101111010000111111101000111011100101011110 | f2f43fa3b95e |
UTF-8 | 鶯밧9^ | 11101001101101101010111111101011101100001010011111101111101111001001100101011110 | e9b6afebb0a7efbc995e |
UHC | 鶯밧9^ | 11100101101000111011100111100101101000111011100101011110 | e5a3b9e5a3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)