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 | ?I?? | 00111111010010010011111100111111 | 3f493f3f |
SJIS-WIN | 短I臓贈 | 10010010010110100100100110010001100111111001000110100001 | 925a49919f91a1 |
EUC-JP | 短I臓贈 | 11000011101110110100100111000010101000011100001010100011 | c3bb49c2a1c2a3 |
UTF-8 | 短I臓贈 | 11100111100111111010110101001001111010001000011110010011111010001011010010001000 | e79fad49e88793e8b488 |
UHC | 短I?贈 | 110100111010110101001001001111111111000111111100 | d3ad493ff1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)