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 | 譖殊 | 11100110100110111000111011101010 | e69b8eea |
EUC-JP | 譖殊 | 11101011111110111011110011101100 | ebfbbcec |
UTF-8 | 譖殊 | 111010001010110110010110111001101010111010001010 | e8ad96e6ae8a |
UHC | ?殊 | 001111111110001010101000 | 3fe2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)