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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鮨カ讖域オエ | 111010011011110110110110111001101010100110001000111001101011010110110100 | e9bdb6e6a988e6b5b4 |
EUC-JP | 鮨カ讖域オエ | 111100101011111110001110101101101110110010101011101100001110100010001110101101011000111010110100 | f2bf8eb6ecabb0e88eb58eb4 |
UTF-8 | 鮨カ讖域オエ | 111010011010111010101000111011111011110110110110111010001010111010010110111001011001111110011111111011111011110110110101111011111011110110110100 | e9aea8efbdb6e8ae96e59f9fefbdb5efbdb4 |
UHC | ??讖域?? | 0011111100111111111100111101100111100110101101000011111100111111 | 3f3ff3d9e6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)