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 | 媛?霆?肄? | 100101010101000100111111111010001011101100111111111000111110010100111111 | 95513fe8bb3fe3e53f |
EUC-JP | 媛?霆?肄? | 110010011011001000111111111100001011110100111111111001101110011100111111 | c9b23ff0bd3fe6e73f |
UTF-8 | 媛렦霆렕肄렩 | 111001011010101010011011111010111010000010100110111010011001110010000110111010111010000010010101111010001000001010000100111010111010000010101001 | e5aa9beba0a6e99c86eba095e88284eba0a9 |
UHC | 媛렦霆렕肄렩 | 111010101011000010001110101101011110111111111101100011101010101011101100101111011000111010110111 | eab08eb5effd8eaaecbd8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)