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 | îÑûÑßø | 111011101101000111111011110100011101111111111000 | eed1fbd1dff8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | îÑûÑßø | 100011111010101111000010100011111010101011010000100011111010101111100101100011111010101011010000100011111010100111001110100011111010100111001100 | 8fabc28faad08fabe58faad08fa9ce8fa9cc |
UTF-8 | îÑûÑßø | 110000111010111011000011100100011100001110111011110000111001000111000011100111111100001110111000 | c3aec391c3bbc391c39fc3b8 |
UHC | ????ßø | 0011111100111111001111110011111110101001101011001010100110101010 | 3f3f3f3fa9aca9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)