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 | 媛?諍?媛? | 100101010101000100111111111001100111100100111111100101010101000100111111 | 95513fe6793f95513f |
EUC-JP | 媛?諍?媛? | 110010011011001000111111111010111101101000111111110010011011001000111111 | c9b23febda3fc9b23f |
UTF-8 | 媛렦諍렭媛렦 | 111001011010101010011011111010111010000010100110111010001010101110001101111010111010000010101101111001011010101010011011111010111010000010100110 | e5aa9beba0a6e8ab8deba0ade5aa9beba0a6 |
UHC | 媛렦諍렭媛렦 | 111010101011000010001110101101011110111010110101100011101011101011101010101100001000111010110101 | eab08eb5eeb58ebaeab08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)