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 | 鸚??押? | 11101010010111110011111100111111100010011001111100111111 | ea5f3f3f899f3f |
EUC-JP | 鸚??押? | 11110011110000000011111100111111101100101010000100111111 | f3c03f3fb2a13f |
UTF-8 | 鸚뺟퉽押덂 | 111010011011100010011010111010111011101010011111111011011000100110111101111001101000101010111100111010111000110110000010 | e9b89aebba9fed89bde68abceb8d82 |
UHC | 鸚뺟퉽押덂 | 11100101101001001001010111100111101110011001010111100100111000111000100011100101 | e5a495e7b995e4e388e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)