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 | 譖某 | 11100110100110111001011001011110 | e69b965e |
EUC-JP | 譖某 | 11101011111110111100101110111111 | ebfbcbbf |
UTF-8 | 譖某 | 111010001010110110010110111001101001111110010000 | e8ad96e69f90 |
UHC | ?某 | 001111111101100110111011 | 3fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)