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 | 1110000011001000111001111111110001000010 | e0c8e7fc42 |
EUC-JP | 猜錮B | 1110000011001010111011101111111001000010 | e0caeefe42 |
UTF-8 | 猜錮B | 11100111100011001001110011101001100011001010111001000010 | e78c9ce98cae42 |
UHC | 猜錮B | 1110001111000100110011011101000101000010 | e3c4cdd142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)