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^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | 繧慊ア^c^ | 1110001110000010100111001100001010110001010111100110001101011110 | e3829cc2b15e635e |
EUC-JP | 繧慊ア^c^ | 111001011110001011011000110001001000111010110001010111100110001101011110 | e5e2d8c48eb15e635e |
UTF-8 | 繧慊ア^c^ | 111001111011100110100111111001101000010110001010111011111011110110110001010111100110001101011110 | e7b9a7e6858aefbdb15e635e |
UHC | ?慊?^c^ | 00111111110011001100001100111111010111100110001101011110 | 3fccc33f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)