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 | 讓勇 | 11100110101010001001011101000101 | e6a89745 |
EUC-JP | 讓勇 | 11101100101010101100110110100110 | ecaacda6 |
UTF-8 | 讓勇 | 111010001010111010010011111001011000101110000111 | e8ae93e58b87 |
UHC | 讓勇 | 11100101110100111110100110111000 | e5d3e9b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)