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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 沼マH | 10001111110000001100111101001000 | 8fc0cf48 |
EUC-JP | 沼マH | 1011111011000010100011101100111101001000 | bec28ecf48 |
UTF-8 | 沼マH | 11100110101100101011110011101111101111101000111101001000 | e6b2bcefbe8f48 |
UHC | 沼?H | 11100001101110110011111101001000 | e1bb3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)