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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陜ィ豌ク | 111010001001110110101000111001101011000010111000 | e89da8e6b0b8 |
EUC-JP | 陜ィ豌ク | 1110111111111101100011101010100011101100101100101000111010111000 | effd8ea8ecb28eb8 |
UTF-8 | 陜ィ豌ク | 111010011001100110011100111011111011110110101000111010001011000110001100111011111011110110111000 | e9999cefbda8e8b18cefbdb8 |
UHC | 陜?豌? | 111110011111000000111111111010001101010100111111 | f9f03fe8d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)