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 | 北北^ | 1001011001101011100101100110101101011110 | 966b966b5e |
EUC-JP | 北北^ | 1100101111001100110010111100110001011110 | cbcccbcc5e |
UTF-8 | 北北^ | 11100101100011001001011111100101100011001001011101011110 | e58c97e58c975e |
UHC | 北北^ | 1101110111000001110111011100000101011110 | ddc1ddc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)