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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隘?????^ | 1110100010100101001111110011111100111111001111110011111101011110 | e8a53f3f3f3f3f5e |
EUC-JP | 隘?????^ | 1111000010100111001111110011111100111111001111110011111101011110 | f0a73f3f3f3f3f5e |
UTF-8 | 隘녽걫閭롦릍^ | 11101001100110101001100011101011100001011011110111101010101100011010101111101111101001101000011011101011101000011010011011101011101001101000110101011110 | e99a98eb85bdeab1abefa686eba1a6eba68d5e |
UHC | 隘녽걫閭롦릍^ | 11100100111101101000011011101001100000011001010011100110101011011000111011100110101110001010110001011110 | e4f686e98194e6ad8ee6b8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)