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 | 寀軸 | 11111010101001111000111010110010 | faa78eb2 |
EUC-JP | 寀軸 | 1000111110111010110110111011110010110100 | 8fbadbbcb4 |
UTF-8 | 寀軸 | 111001011010111110000000111010001011101110111000 | e5af80e8bbb8 |
UHC | 寀軸 | 11110011111100101111010111101110 | f3f2f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)