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 | îå¼W | 11101110100001111001111111100101101111001000111101010111 | ee879fe5bc8f57 |
SJIS-WIN | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
EUC-JP | î??å??W | 1000111110101011110000100011111100111111100011111010101110101001001111110011111101010111 | 8fabc23f3f8faba93f3f57 |
UTF-8 | îå¼W | 11000011101011101100001010000111110000101001111111000011101001011100001010111100110000101000111101010111 | c3aec287c29fc3a5c2bcc28f57 |
UHC | ????¼?W | 0011111100111111001111110011111110101000111110010011111101010111 | 3f3f3f3fa8f93f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)