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 | 1110000011001000111000001100100001000010 | e0c8e0c842 |
EUC-JP | 猜猜B | 1110000011001010111000001100101001000010 | e0cae0ca42 |
UTF-8 | 猜猜B | 11100111100011001001110011100111100011001001110001000010 | e78c9ce78c9c42 |
UHC | 猜猜B | 1110001111000100111000111100010001000010 | e3c4e3c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)