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 | 1110001011101100111000101110110001000010 | e2ece2ec42 |
EUC-JP | 粮粮B | 1110010011101110111001001110111001000010 | e4eee4ee42 |
UTF-8 | 粮粮B | 11100111101100101010111011100111101100101010111001000010 | e7b2aee7b2ae42 |
UHC | 粮粮B | 1101010111011011110101011101101101000010 | d5dbd5db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)