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 | àÛàÓé²BB | 1110000011011011111000001101001111101001101100100100001001000010 | e0dbe0d3e9b24242 |
SJIS-WIN | ??????BB | 0011111100111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f3f4242 |
EUC-JP | àÛàÓé?BB | 100011111010101110100010100011111010101011100101100011111010101110100010100011111010101011010001100011111010101110110001001111110100001001000010 | 8faba28faae58faba28faad18fabb13f4242 |
UTF-8 | àÛàÓé²BB | 1100001110100000110000111001101111000011101000001100001110010011110000111010100111000010101100100100001001000010 | c3a0c39bc3a0c393c3a9c2b24242 |
UHC | ?????²BB | 001111110011111100111111001111110011111110101001111101110100001001000010 | 3f3f3f3f3fa9f74242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)