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 | 惡惡^ | 1001110010100110100111001010011001011110 | 9ca69ca65e |
EUC-JP | 惡惡^ | 1101100010101000110110001010100001011110 | d8a8d8a85e |
UTF-8 | 惡惡^ | 11100110100000111010000111100110100000111010000101011110 | e683a1e683a15e |
UHC | 惡惡^ | 1110010011000010111001001100001001011110 | e4c2e4c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)