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 | ãÛèøé | 111000111101101111101000111110001110100110001011 | e3dbe8f8e98b |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ãÛèøé? | 10001111101010111010101010001111101010101110010110001111101010111011001010001111101010011100110010001111101010111011000100111111 | 8fabaa8faae58fabb28fa9cc8fabb13f |
UTF-8 | ãÛèøé | 110000111010001111000011100110111100001110101000110000111011100011000011101010011100001010001011 | c3a3c39bc3a8c3b8c3a9c28b |
UHC | ???ø?? | 00111111001111110011111110101001101010100011111100111111 | 3f3f3fa9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)