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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 殃?h殃? | 10011111011010010011111101101000100111110110100100111111 | 9f693f689f693f |
EUC-JP | 殃?h殃? | 11011101110010100011111101101000110111011100101000111111 | ddca3f68ddca3f |
UTF-8 | 殃뾎h殃뾎 | 11100110101011101000001111101011101111101000111001101000111001101010111010000011111010111011111010001110 | e6ae83ebbe8e68e6ae83ebbe8e |
UHC | 殃뾎h殃뾎 | 111001001110101010010111010011000110100011100100111010101001011101001100 | e4ea974c68e4ea974c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)