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 | 〓??ヒ◇ | 1000000110101100001111110011111110000011011100011000000110011110 | 81ac3f3f8371819e |
EUC-JP | 〓??ヒ◇ | 1010001010101110001111110011111110100101110100101010000111111110 | a2ae3f3fa5d2a1fe |
UTF-8 | 〓룶햶ヒ◇ | 111000111000000010010011111010111010001110110110111011011001011010110110111000111000001110010010111000101001011110000111 | e38093eba3b6ed96b6e38392e29787 |
UHC | 〓룶햶ヒ◇ | 10100001111010111000111110101011110000011000111110101011110100101010000111011110 | a1eb8fabc18fabd2a1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)