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 | 聖聖^ | 1001000010111001100100001011100101011110 | 90b990b95e |
EUC-JP | 聖聖^ | 1100000010111011110000001011101101011110 | c0bbc0bb5e |
UTF-8 | 聖聖^ | 11101000100000011001011011101000100000011001011001011110 | e88196e881965e |
UHC | 聖聖^ | 1110000110100001111000011010000101011110 | e1a1e1a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)