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 | ??媛?中 | 00111111001111111001010101010001001111111001001010000110 | 3f3f95513f9286 |
EUC-JP | 嫄?媛?中 | 100011111011101010100001001111111100100110110010001111111100001111100110 | 8fbaa13fc9b23fc3e6 |
UTF-8 | 嫄렗媛렎中 | 111001011010101110000100111010111010000010010111111001011010101010011011111010111010000010001110111001001011100010101101 | e5ab84eba097e5aa9beba08ee4b8ad |
UHC | 嫄렗媛렎中 | 11101010101100011000111010101100111010101011000010001110101001001111000111101001 | eab18eaceab08ea4f1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)