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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 沁??h | 1001111110001110001111110011111101101000 | 9f8e3f3f68 |
EUC-JP | 沁??h | 1101110111101110001111110011111101101000 | ddee3f3f68 |
UTF-8 | 沁뎼뢊h | 11100110101100101000000111101011100011101011110011101011101000101000101001101000 | e6b281eb8ebceba28a68 |
UHC | 沁뎼뢊h | 11100011111111101000100110001111100011110100011001101000 | e3fe898f8f4668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)