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 | 頂脛?翁? | 1001001010111000111000111111100000111111100010011010010100111111 | 92b8e3f83f89a53f |
EUC-JP | 頂脛?翁? | 1100010010111010111001101111101000111111101100101010011100111111 | c4bae6fa3fb2a73f |
UTF-8 | 頂脛寧翁렕 | 111010011010000010000010111010001000010010011011111011111010010110011111111001111011111110000001111010111010000010010101 | e9a082e8849befa59fe7bf81eba095 |
UHC | 頂脛寧翁렕 | 11110000101000101100110011101011110101101011100011101000101110101000111010101010 | f0a2ccebd6b8e8ba8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)