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 | 叩其竪坦 | 1001001001000000100100011011010010010010010001111001001001010010 | 924091b492479252 |
EUC-JP | 叩其竪坦 | 1100001110100001110000101011011011000011101010001100001110110011 | c3a1c2b6c3a8c3b3 |
UTF-8 | 叩其竪坦 | 111001011000111110101001111001011000010110110110111001111010101110101010111001011001110110100110 | e58fa9e585b6e7abaae59da6 |
UHC | 叩其竪坦 | 1100110110110000110100001110110011100010101101011111011110100100 | cdb0d0ece2b5f7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)