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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 乗ⅴ乗ⅴ^ | 100011111110011011111010010001001000111111100110111110100100010001011110 | 8fe6fa448fe6fa445e |
EUC-JP | 乗?乗?^ | 10111110111010000011111110111110111010000011111101011110 | bee83fbee83f5e |
UTF-8 | 乗ⅴ乗ⅴ^ | 11100100101110011001011111100010100001011011010011100100101110011001011111100010100001011011010001011110 | e4b997e285b4e4b997e285b45e |
UHC | ?ⅴ?ⅴ^ | 00111111101001011010010100111111101001011010010101011110 | 3fa5a53fa5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)