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 | 湿èä | 11100110101110011011111111101000100011111000111011100100 | e6b9bfe88f8ee4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | æ?¿è??ä | 100011111010100111000001001111111000111110100010110001001000111110101011101100100011111100111111100011111010101110100011 | 8fa9c13f8fa2c48fabb23f3f8faba3 |
UTF-8 | 湿èä | 1100001110100110110000101011100111000010101111111100001110101000110000101000111111000010100011101100001110100100 | c3a6c2b9c2bfc3a8c28fc28ec3a4 |
UHC | 湿???? | 10101001101000011010100111110110101000101010111100111111001111110011111100111111 | a9a1a9f6a2af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)