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 | àÛèÙè? | 111000001101101111101000110110011110100000111111 | e0dbe8d9e83f |
SJIS-WIN | ?????- | 00111111001111110011111100111111001111111000000101111100 | 3f3f3f3f3f817c |
EUC-JP | àÛèÙè− | 1000111110101011101000101000111110101010111001011000111110101011101100101000111110101010111000111000111110101011101100101010000111011101 | 8faba28faae58fabb28faae38fabb2a1dd |
UTF-8 | àÛèÙè− | 11000011101000001100001110011011110000111010100011000011100110011100001110101000111000101000100010010010 | c3a0c39bc3a8c399c3a8e28892 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)