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 | 銓苓ヲ問盻隘 | 1110011111110010100101111110100010100110100101101110001011100001101110111110100010100101 | e7f297e8a696e2e1bbe8a5 |
EUC-JP | 銓苓ヲ問盻隘 | 111011101111010011001110111010101000111010100110110011001110010011100010101111011111000010100111 | eef4ceea8ea6cce4e2bdf0a7 |
UTF-8 | 銓苓ヲ問盻隘 | 111010011000101010010011111010001000101110010011111011111011110110100110111001011001010110001111111001111001101110111011111010011001101010011000 | e98a93e88b93efbda6e5958fe79bbbe99a98 |
UHC | 銓??問?隘 | 111011111011000000111111001111111101100111111101001111111110010011110110 | efb03f3fd9fd3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)