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^ | 00111111010111100110001101011110 | 3f5e635e |
SJIS-WIN | 衷^c^ | 1001001010001111010111100110001101011110 | 928f5e635e |
EUC-JP | 衷^c^ | 1100001111101111010111100110001101011110 | c3ef5e635e |
UTF-8 | 衷^c^ | 111010001010000110110111010111100110001101011110 | e8a1b75e635e |
UHC | 衷^c^ | 1111010111111011010111100110001101011110 | f5fb5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)