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 | 1001111110011100100111111001110001000010 | 9f9c9f9c42 |
EUC-JP | 沮沮B | 1101110111111100110111011111110001000010 | ddfcddfc42 |
UTF-8 | 沮沮B | 11100110101100101010111011100110101100101010111001000010 | e6b2aee6b2ae42 |
UHC | 沮沮B | 1110111011000001111011101100000101000010 | eec1eec142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)