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 | 叩叩担短 | 1001001001000000100100100100000010010010010100111001001001011010 | 924092409253925a |
EUC-JP | 叩叩担短 | 1100001110100001110000111010000111000011101101001100001110111011 | c3a1c3a1c3b4c3bb |
UTF-8 | 叩叩担短 | 111001011000111110101001111001011000111110101001111001101000101110000101111001111001111110101101 | e58fa9e58fa9e68b85e79fad |
UHC | 叩叩?短 | 11001101101100001100110110110000001111111101001110101101 | cdb0cdb03fd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)