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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ◆??莎ダ^ | 100000011001111100111111001111111110010010110011100000110101111101011110 | 819f3f3fe4b3835f5e |
EUC-JP | ◆??莎ダ^ | 101000101010000100111111001111111110100010110101101001011100000001011110 | a2a13f3fe8b5a5c05e |
UTF-8 | ◆룶웩莎ダ^ | 11100010100101111000011011101011101000111011011011101100100110111010100111101000100011101000111011100011100000111000000001011110 | e29786eba3b6ec9ba9e88e8ee383805e |
UHC | ◆룶웩莎ダ^ | 1010000111011111100011111010101111000000101000011101111011101101101010111100000001011110 | a1df8fabc0a1deedabc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)