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 | 鄂祖^ | 1110011110111101100100010110001101011110 | e7bd91635e |
EUC-JP | 鄂祖^ | 1110111010111111110000011100010001011110 | eebfc1c45e |
UTF-8 | 鄂祖^ | 11101001100001001000001011100111101001011001011001011110 | e98482e7a5965e |
UHC | 鄂祖^ | 1110010011000111111100001101001101011110 | e4c7f0d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)