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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴨??恁 | 100010101001101100111111001111111001110010001100 | 8a9b3f3f9c8c |
EUC-JP | 鴨??恁 | 101100111111101100111111001111111101011111101100 | b3fb3f3fd7ec |
UTF-8 | 鴨뗭풄恁 | 111010011011010010101000111010111001011110101101111011011001001010000100111001101000000110000001 | e9b4a8eb97aded9284e68181 |
UHC | 鴨뗭풄恁 | 1110010011100101100010111110110010111110100011001110110011110110 | e4e58becbe8cecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)