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 | ?????ß? | 00111111001111110011111100111111001111111101111100111111 | 3f3f3f3f3fdf3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?????ß? | 001111110011111100111111001111110011111110001111101010011100111000111111 | 3f3f3f3f3f8fa9ce3f |
UTF-8 | 룴찹∼룶쾹ß룫 | 1110101110100011101101001110110010110000101110011110001010001000101111001110101110100011101101101110110010111110101110011100001110011111111010111010001110101011 | eba3b4ecb0b9e288bceba3b6ecbeb9c39feba3ab |
UHC | 룴찹∼룶쾹ß룫 | 1000111110101001110000101111110110100001101011011000111110101011101100101000111110101001101011001000111110100010 | 8fa9c2fda1ad8fabb28fa9ac8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)