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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?鶩B | 00111111111010100100111001000010 | 3fea4e42 |
EUC-JP | ?鶩B | 00111111111100111010111101000010 | 3ff3af42 |
UTF-8 | 긴鶩B | 11101010101110001011010011101001101101101010100101000010 | eab8b4e9b6a942 |
UHC | 긴鶩B | 1011000111100100110110011101000001000010 | b1e4d9d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)