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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 源??K章 | 10001100101110010011111100111111010010111000111111001101 | 8cb93f3f4b8fcd |
EUC-JP | 源??K章 | 10111000101110110011111100111111010010111011111011001111 | b8bb3f3f4bbecf |
UTF-8 | 源잴맏K章 | 11100110101110101001000011101100100111101011010011101011101001111000111101001011111001111010101110100000 | e6ba90ec9eb4eba78f4be7aba0 |
UHC | 源잴맏K章 | 111010101011100111000000111010101011100010111010010010111110110111110001 | eab9c0eab8ba4bedf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)