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 | 杢假 | 10010110110110111001100011101111 | 96db98ef |
EUC-JP | 杢假 | 11001100110111011101000011110001 | ccddd0f1 |
UTF-8 | 杢假 | 111001101001110110100010111001011000000110000111 | e69da2e58187 |
UHC | ?假 | 001111111100101010100011 | 3fcaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)