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 | 韃域ア雪 | 11101000111001011000100011100110101100011001000011100001 | e8e588e6b190e1 |
EUC-JP | 韃域ア雪 | 1111000011100111101100001110100010001110101100011100000011100011 | f0e7b0e88eb1c0e3 |
UTF-8 | 韃域ア雪 | 111010011001111110000011111001011001111110011111111011111011110110110001111010011001101110101010 | e99f83e59f9fefbdb1e99baa |
UHC | ?域?雪 | 001111111110011010110100001111111110000011100100 | 3fe6b43fe0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)