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 | 摯邃摯邃^ | 100111011001010111100010100001001001110110010101111000101000010001011110 | 9d95e2849d95e2845e |
EUC-JP | 摯邃摯邃^ | 110110011111010111100011111001001101100111110101111000111110010001011110 | d9f5e3e4d9f5e3e45e |
UTF-8 | 摯邃摯邃^ | 11100110100100011010111111101001100000101000001111100110100100011010111111101001100000101000001101011110 | e691afe98283e691afe982835e |
UHC | 摯邃摯邃^ | 111100101010011111100010110001011111001010100111111000101100010101011110 | f2a7e2c5f2a7e2c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)