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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ?想~ | 00111111100100010111101001111110 | 3f917a7e |
EUC-JP | 鉥想~ | 100011111110001111101000110000011101101101111110 | 8fe3e8c1db7e |
UTF-8 | 鉥想~ | 11101001100010011010010111100110100000111011001101111110 | e989a5e683b37e |
UHC | 鉥想~ | 1110001011111100110111111100110001111110 | e2fcdfcc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)