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 | 11100100101000001000100110001111100011110100011001101000 | e4a0898f8f4668 |
EUC-JP | 茴縁洲h | 11101000101000101011000111101111101111011010011101101000 | e8a2b1efbda768 |
UTF-8 | 茴縁洲h | 11101000100011001011010011100111101110001000000111100110101101001011001001101000 | e88cb4e7b881e6b4b268 |
UHC | 茴?洲h | 111111001110110100111111111100011011110101101000 | fced3ff1bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)