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 | 北嚆^ | 1001011001101011100110101000010101011110 | 966b9a855e |
EUC-JP | 北嚆^ | 1100101111001100110100111110010101011110 | cbccd3e55e |
UTF-8 | 北嚆^ | 11100101100011001001011111100101100110101000011001011110 | e58c97e59a865e |
UHC | 北嚆^ | 1101110111000001111111001111011101011110 | ddc1fcf75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)