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 | Þù²ð | 11011110111110011011001011110000 | def9b2f0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Þù?ð | 10001111101010011011000010001111101010111110001100111111100011111010100111000011 | 8fa9b08fabe33f8fa9c3 |
UTF-8 | Þù²ð | 1100001110011110110000111011100111000010101100101100001110110000 | c39ec3b9c2b2c3b0 |
UHC | Þ?²ð | 10101000101011010011111110101001111101111010100110100011 | a8ad3fa9f7a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)