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 | 韃域ア仙 | 11101000111001011000100011100110101100011001000011100101 | e8e588e6b190e5 |
EUC-JP | 韃域ア仙 | 1111000011100111101100001110100010001110101100011100000011100111 | f0e7b0e88eb1c0e7 |
UTF-8 | 韃域ア仙 | 111010011001111110000011111001011001111110011111111011111011110110110001111001001011101110011001 | e99f83e59f9fefbdb1e4bb99 |
UHC | ?域?仙 | 001111111110011010110100001111111110000010111001 | 3fe6b43fe0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)