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 | 昕莢^ | 1111101011001111111001001011000001011110 | facfe4b05e |
EUC-JP | 昕莢^ | 100011111100000111111100111010001011001001011110 | 8fc1fce8b25e |
UTF-8 | 昕莢^ | 11100110100110001001010111101000100011101010001001011110 | e69895e88ea25e |
UHC | 昕莢^ | 1111110111011010111110101111100001011110 | fddafaf85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)