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臓多 | 10010010010110100100100110010001100111111001000110111101 | 925a49919f91bd |
EUC-JP | 短I臓多 | 11000011101110110100100111000010101000011100001010111111 | c3bb49c2a1c2bf |
UTF-8 | 短I臓多 | 11100111100111111010110101001001111010001000011110010011111001011010010010011010 | e79fad49e88793e5a49a |
UHC | 短I?多 | 110100111010110101001001001111111101001011111101 | d3ad493fd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)