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 | 蠢?咀???^ | 111001011011111100111111100110011111000000111111001111110011111101011110 | e5bf3f99f03f3f3f5e |
EUC-JP | 蠢?咀???^ | 111010101100000100111111110100101111001000111111001111110011111101011110 | eac13fd2f23f3f3f5e |
UTF-8 | 蠢렎咀€렲렜^ | 11101000101000001010001011101011101000001000111011100101100100101000000011100010100000101010110011101011101000001011001011101011101000001001110001011110 | e8a0a2eba08ee59280e282aceba0b2eba09c5e |
UHC | 蠢렎咀€렲렜^ | 11110001111000111000111010100100111011101011101010100010111001101000111010111111100011101010111001011110 | f1e38ea4eebaa2e68ebf8eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)