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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 涌盖^ | 1001011101001111111000011011001101011110 | 974fe1b35e |
EUC-JP | 涌盖^ | 1100110110110000111000101011010101011110 | cdb0e2b55e |
UTF-8 | 涌盖^ | 11100110101101101000110011100111100110111001011001011110 | e6b68ce79b965e |
UHC | 涌盖^ | 1110100110111111110010111100110001011110 | e9bfcbcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)