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 | èÙêB | 1110100011011001100110001110101001000010 | e8d998ea42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | èÙ?êB | 1000111110101011101100101000111110101010111000110011111110001111101010111011010001000010 | 8fabb28faae33f8fabb442 |
UTF-8 | èÙêB | 110000111010100011000011100110011100001010011000110000111010101001000010 | c3a8c399c298c3aa42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)