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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????帥 | 001111110011111100111111001111111001000010000011 | 3f3f3f3f9083 |
EUC-JP | 繡???帥 | 1000111111010100110101110011111100111111001111111011111111100011 | 8fd4d73f3f3fbfe3 |
UTF-8 | 繡땘뗨딞帥 | 111001111011100110100001111010111001010110011000111010111001011110101000111010111001010010011110111001011011100010100101 | e7b9a1eb9598eb97a8eb949ee5b8a5 |
UHC | 繡땘뗨딞帥 | 11100010101110011000101101101101100010111110100010001011010000011110000111111101 | e2b98b6d8be88b41e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)