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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閭晟搗 | 111010001000001110011101111011101001110110010001 | e8839dee9d91 |
EUC-JP | 閭晟搗 | 111011111110001111011010111100001101100111110001 | efe3daf0d9f1 |
UTF-8 | 閭晟搗 | 111010011001011010101101111001101001100110011111111001101001000010010111 | e996ade6999fe69097 |
UHC | 閭晟搗 | 110101011110111111100000111110011101001111111101 | d5efe0f9d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)