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 | ëëµê½ | 1110101110001100100010011110101110010101101101011110101010111101 | eb8c89eb95b5eabd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ë??ë??ê? | 1000111110101011101100110011111100111111100011111010101110110011001111110011111110001111101010111011010000111111 | 8fabb33f3f8fabb33f3f8fabb43f |
UTF-8 | ëëµê½ | 11000011101010111100001010001100110000101000100111000011101010111100001010010101110000101011010111000011101010101100001010111101 | c3abc28cc289c3abc295c2b5c3aac2bd |
UHC | ???????½ | 001111110011111100111111001111110011111100111111001111111010100011110110 | 3f3f3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)