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 | 叩但叩俗 | 1001001001000000100100100100000110010010010000001001000110101101 | 92409241924091ad |
EUC-JP | 叩但叩俗 | 1100001110100001110000111010001011000011101000011100001010101111 | c3a1c3a2c3a1c2af |
UTF-8 | 叩但叩俗 | 111001011000111110101001111001001011110110000110111001011000111110101001111001001011111110010111 | e58fa9e4bd86e58fa9e4bf97 |
UHC | 叩但叩俗 | 1100110110110000110100111010001111001101101100001110000111010100 | cdb0d3a3cdb0e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)