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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芯??心 | 100100000110001100111111001111111001000001010011 | 90633f3f9053 |
EUC-JP | 芯??心 | 101111111100010000111111001111111011111110110100 | bfc43f3fbfb4 |
UTF-8 | 芯뤶껲心 | 111010001000101010101111111010111010010010110110111010101011101110110010111001011011111110000011 | e88aafeba4b6eabbb2e5bf83 |
UHC | 芯뤶껲心 | 1110010010100101100011111110010010000100010010101110001111111101 | e4a58fe4844ae3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)