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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 正代正代B | 100100001011001110010001111000111001000010110011100100011110001101000010 | 90b391e390b391e342 |
EUC-JP | 正代正代B | 110000001011010111000010111001011100000010110101110000101110010101000010 | c0b5c2e5c0b5c2e542 |
UTF-8 | 正代正代B | 11100110101011011010001111100100101110111010001111100110101011011010001111100100101110111010001101000010 | e6ada3e4bba3e6ada3e4bba342 |
UHC | 正代正代B | 111011111110000111010011110110111110111111100001110100111101101101000010 | efe1d3dbefe1d3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)