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 | 隰斟 | 11101000101011001001110111001110 | e8ac9dce |
EUC-JP | 隰斟 | 11110000101011101101101011010000 | f0aedad0 |
UTF-8 | 隰斟 | 111010011001101010110000111001101001011010011111 | e99ab0e6969f |
UHC | ?斟 | 001111111111001011111000 | 3ff2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)