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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯??韋? | 11101001111100100011111100111111111010001110100000111111 | e9f23f3fe8e83f |
EUC-JP | 鶯??韋? | 11110010111101000011111100111111111100001110101000111111 | f2f43f3ff0ea3f |
UTF-8 | 鶯ㅳ렖韋딟 | 111010011011011010101111111000111000010110110011111010111010000010010110111010011001111110001011111010111001010010011111 | e9b6afe385b3eba096e99f8beb949f |
UHC | 鶯ㅳ렖韋딟 | 11100101101000111010010011100011100011101010101111101010110111111000101101000010 | e5a3a4e38eabeadf8b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)