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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉧ク寬、質煮 | 11111011110010111011100011111010101010101010010010001110101111111000111011001111 | fbcbb8faaaa48ebf8ecf |
EUC-JP | 鉧ク?、質煮 | 100011111110001111101001100011101011100000111111100011101010010010111100110000011011110011010001 | 8fe3e98eb83f8ea4bcc1bcd1 |
UTF-8 | 鉧ク寬、質煮 | 111010011000100110100111111011111011110110111000111001011010111110101100111011111011110110100100111010001011001110101010111001111000010110101110 | e989a7efbdb8e5afacefbda4e8b3aae785ae |
UHC | ??寬?質煮 | 001111110011111111001110101100000011111111110010111101011110110110110100 | 3f3fceb03ff2f5edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)