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 | 淼竺 | 11111011010001011000111010110001 | fb458eb1 |
EUC-JP | 淼竺 | 1000111111000111111001101011110010110011 | 8fc7e6bcb3 |
UTF-8 | 淼竺 | 111001101011011110111100111001111010101110111010 | e6b7bce7abba |
UHC | ?竺 | 001111111111010111100111 | 3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)