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 | 揖??? | 1001011101001011001111110011111100111111 | 974b3f3f3f |
EUC-JP | 揖??? | 1100110110101100001111110011111100111111 | cdac3f3f3f |
UTF-8 | 揖뀌렣렔 | 111001101000111110010110111010111000000010001100111010111010000010100011111010111010000010010100 | e68f96eb808ceba0a3eba094 |
UHC | 揖뀌렣렔 | 1110101111100111101100101110111010001110101101001000111010101001 | ebe7b2ee8eb48ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)