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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 沃蚤 | 10010111100000001001010001100001 | 97809461 |
EUC-JP | 沃蚤 | 11001101111000001100011111000010 | cde0c7c2 |
UTF-8 | 沃蚤 | 111001101011001010000011111010001001101010100100 | e6b283e89aa4 |
UHC | 沃蚤 | 11101000101010101111000011011110 | e8aaf0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)