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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 沼ヒ~ | 10001111110000001100101101111110 | 8fc0cb7e |
EUC-JP | 沼ヒ~ | 1011111011000010100011101100101101111110 | bec28ecb7e |
UTF-8 | 沼ヒ~ | 11100110101100101011110011101111101111101000101101111110 | e6b2bcefbe8b7e |
UHC | 沼?~ | 11100001101110110011111101111110 | e1bb3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)