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 | ?H?? | 00111111010010000011111100111111 | 3f483f3f |
SJIS-WIN | 叩H叩側 | 10010010010000000100100010010010010000001001000110100100 | 924048924091a4 |
EUC-JP | 叩H叩側 | 11000011101000010100100011000011101000011100001010100110 | c3a148c3a1c2a6 |
UTF-8 | 叩H叩側 | 11100101100011111010100101001000111001011000111110101001111001011000000110110100 | e58fa948e58fa9e581b4 |
UHC | 叩H叩側 | 11001101101100000100100011001101101100001111011010110000 | cdb048cdb0f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)