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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 巽?c^ | 1001001001000110001111110110001101011110 | 92463f635e |
EUC-JP | 巽?c^ | 1100001110100111001111110110001101011110 | c3a73f635e |
UTF-8 | 巽栒c^ | 1110010110110111101111011110011010100000100100100110001101011110 | e5b7bde6a092635e |
UHC | 巽栒c^ | 111000011101111011100010111000110110001101011110 | e1dee2e3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)