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 | 上鎬^ | 1000111111100011111010000100110101011110 | 8fe3e84d5e |
EUC-JP | 上鎬^ | 1011111011100101111011111010111001011110 | bee5efae5e |
UTF-8 | 上鎬^ | 11100100101110001000101011101001100011101010110001011110 | e4b88ae98eac5e |
UHC | 上鎬^ | 1101111110111110111110111110000001011110 | dfbefbe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)