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 | 弟?媛?弟? | 100100101110110100111111100101010101000100111111100100101110110100111111 | 92ed3f95513f92ed3f |
EUC-JP | 弟?媛?弟? | 110001001110111100111111110010011011001000111111110001001110111100111111 | c4ef3fc9b23fc4ef3f |
UTF-8 | 弟렣媛렗弟렣 | 111001011011110010011111111010111010000010100011111001011010101010011011111010111010000010010111111001011011110010011111111010111010000010100011 | e5bc9feba0a3e5aa9beba097e5bc9feba0a3 |
UHC | 弟렣媛렗弟렣 | 111100001010100110001110101101001110101010110000100011101010110011110000101010011000111010110100 | f0a98eb4eab08eacf0a98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)