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 | ûDå±h | 11111011010001001001100011100101100011111011000101101000 | fb4498e58fb168 |
SJIS-WIN | ?D???±h | 0011111101000100001111110011111100111111100000010111110101101000 | 3f443f3f3f817d68 |
EUC-JP | ûD?å?±h | 100011111010101111100101010001000011111110001111101010111010100100111111101000011101111001101000 | 8fabe5443f8faba93fa1de68 |
UTF-8 | ûDå±h | 110000111011101101000100110000101001100011000011101001011100001010001111110000101011000101101000 | c3bb44c298c3a5c28fc2b168 |
UHC | ?D???±h | 0011111101000100001111110011111100111111101000011011111001101000 | 3f443f3f3fa1be68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)