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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 湿遮湿蔀韃^ | 1000111010111100100011101101010110001110101111001000111011000001111010001110010101011110 | 8ebc8ed58ebc8ec1e8e55e |
EUC-JP | 湿遮湿蔀韃^ | 1011110010111110101111001101011110111100101111101011110011000011111100001110011101011110 | bcbebcd7bcbebcc3f0e75e |
UTF-8 | 湿遮湿蔀韃^ | 11100110101110011011111111101001100000011010111011100110101110011011111111101000100101001000000011101001100111111000001101011110 | e6b9bfe981aee6b9bfe89480e99f835e |
UHC | ?遮???^ | 00111111111100111011010000111111001111110011111101011110 | 3ff3b43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)