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 | ?~?G | 00111111011111100011111101000111 | 3f7e3f47 |
SJIS-WIN | 叩~叩G | 100100100100000001111110100100100100000001000111 | 92407e924047 |
EUC-JP | 叩~叩G | 110000111010000101111110110000111010000101000111 | c3a17ec3a147 |
UTF-8 | 叩~叩G | 1110010110001111101010010111111011100101100011111010100101000111 | e58fa97ee58fa947 |
UHC | 叩~叩G | 110011011011000001111110110011011011000001000111 | cdb07ecdb047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)