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 | 潁??涯? | 10011111111100010011111100111111100010100101010100111111 | 9ff13f3f8a553f |
EUC-JP | 潁??涯? | 11011110111100110011111100111111101100111011011000111111 | def33f3fb3b63f |
UTF-8 | 潁잏툨涯뺹 | 111001101011110110000001111011001001111010001111111011011000100010101000111001101011011010101111111010111011101010111001 | e6bd81ec9e8fed88a8e6b6afebbab9 |
UHC | 潁잏툨涯뺹 | 11100111101110001001111111100111101110001001111111100100111100111001011001000010 | e7b89fe7b89fe4f39642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)