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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??勖??? | 0011111100111111100011111011001111101101001111110011111100111111 | 3f3f8fb3ed3f3f3f |
UTF-8 | 飇렖勖펜렪累 | 111010011010001110000111111010111010000010010110111001011000101110010110111011011000111010011100111010111010000010101010111011111010010110001111 | e9a387eba096e58b96ed8e9ceba0aaefa58f |
UHC | 飇렖勖펜렪累 | 111110001111110010001110101010111110100111101101110001101110011010001110101110001101001011101001 | f8fc8eabe9edc6e68eb8d2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)