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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?貿油 | 0011111110010110011001101001011011111011 | 3f966696fb |
EUC-JP | ?貿油 | 0011111111001011110001111100110011111101 | 3fcbc7ccfd |
UTF-8 | 삠貿油 | 111011001000001010100000111010001011001010111111111001101011001010111001 | ec82a0e8b2bfe6b2b9 |
UHC | 삠貿油 | 101110111110001111011001111101011110101011111010 | bbe3d9f5eafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)