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 | 齊???? | 111010101000111000111111001111110011111100111111 | ea8e3f3f3f3f |
EUC-JP | 齊???? | 111100111110111000111111001111110011111100111111 | f3ee3f3f3f3f |
UTF-8 | 齊임닻렧렱 | 111010011011110110001010111011001001111010000100111010111000101110111011111010111010000010100111111010111010000010110001 | e9bd8aec9e84eb8bbbeba0a7eba0b1 |
UHC | 齊임닻렧렱 | 11110000101110101100000011010011101101001110100110001110101101101000111010111110 | f0bac0d3b4e98eb68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)