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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 詣??亦? | 10001100011101110011111100111111100101101001001000111111 | 8c773f3f96923f |
EUC-JP | 詣??亦? | 10110111110110000011111100111111110010111111001000111111 | b7d83f3fcbf23f |
UTF-8 | 詣긴퉿亦뱕 | 111010001010100110100011111010101011100010110100111011011000100110111111111001001011101010100110111010111011000110010101 | e8a9a3eab8b4ed89bfe4baa6ebb195 |
UHC | 詣긴퉿亦뱕 | 11100111111000011011000111100100101110011001011111100110101100101001001101110110 | e7e1b1e4b997e6b29376 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)