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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 咫齏@h | 100110100100000011101000111010110100000001101000 | 9a40e8eb4068 |
EUC-JP | 咫齏@h | 110100111010000111110000111011010100000001101000 | d3a1f0ed4068 |
UTF-8 | 咫齏@h | 1110010110010010101010111110100110111101100011110100000001101000 | e592abe9bd8f4068 |
UHC | 咫?@h | 1111001010100001001111110100000001101000 | f2a13f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)