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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 磬菎翌h | 11100001111111001110010011000000100101111000001001101000 | e1fce4c0978268 |
EUC-JP | 磬菎翌h | 11100010111111101110100011000010110011011110001001101000 | e2fee8c2cde268 |
UTF-8 | 磬菎翌h | 11100111101000111010110011101000100011111000111011100111101111111000110001101000 | e7a3ace88f8ee7bf8c68 |
UHC | 磬?翌h | 110011001110010000111111111011001100111001101000 | cce43fecce68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)