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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 餘??h餘?? | 111010010101000000111111001111110110100011101001010100000011111100111111 | e9503f3f68e9503f3f |
EUC-JP | 餘??h餘?? | 111100011011000100111111001111110110100011110001101100010011111100111111 | f1b13f3f68f1b13f3f |
UTF-8 | 餘껊풆h餘껊풆 | 11101001101001001001100011101010101110111000101011101101100100101000011001101000111010011010010010011000111010101011101110001010111011011001001010000110 | e9a498eabb8aed928668e9a498eabb8aed9286 |
UHC | 餘껊풆h餘껊풆 | 11100110101011101000001111101011101111101000111001101000111001101010111010000011111010111011111010001110 | e6ae83ebbe8e68e6ae83ebbe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)