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 | èåé èµ | 1110100011100101100010001110100110000101100011001110100010110101 | e8e588e9858ce8b5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èå?é??è? | 10001111101010111011001010001111101010111010100100111111100011111010101110110001001111110011111110001111101010111011001000111111 | 8fabb28faba93f8fabb13f3f8fabb23f |
UTF-8 | èåé èµ | 11000011101010001100001110100101110000101000100011000011101010011100001010000101110000101000110011000011101010001100001010110101 | c3a8c3a5c288c3a9c285c28cc3a8c2b5 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)