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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 沚伎櫂 | 100111111000110110001010111010101001111101000100 | 9f8d8aea9f44 |
EUC-JP | 沚伎櫂 | 110111011110110110110100111011001101110110100101 | ddedb4ecdda5 |
UTF-8 | 沚伎櫂 | 111001101011001010011010111001001011110010001110111001101010101110000010 | e6b29ae4bc8ee6ab82 |
UHC | 沚伎櫂 | 111100101010111111010000111010111101010010100010 | f2afd0ebd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)