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 | 浙菠浙菠^ | 100111111011010011100100110010001001111110110100111001001100100001011110 | 9fb4e4c89fb4e4c85e |
EUC-JP | 浙菠浙菠^ | 110111101011011011101000110010101101111010110110111010001100101001011110 | deb6e8cadeb6e8ca5e |
UTF-8 | 浙菠浙菠^ | 11100110101101011001100111101000100011111010000011100110101101011001100111101000100011111010000001011110 | e6b599e88fa0e6b599e88fa05e |
UHC | 浙?浙?^ | 11101111101110100011111111101111101110100011111101011110 | efba3fefba3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)