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 | 譽滔」ォ闕州 | 11100110101000111001111111101011101000111010101111101000100011011000111101000010 | e6a39feba3abe88d8f42 |
EUC-JP | 譽滔」ォ闕州 | 111011001010010111011110111011011000111010100011100011101010101111101111111011011011110110100011 | eca5deed8ea38eabefedbda3 |
UTF-8 | 譽滔」ォ闕州 | 111010001010110110111101111001101011101110010100111011111011110110100011111011111011110110101011111010011001011110010101111001011011011110011110 | e8adbde6bb94efbda3efbdabe99795e5b79e |
UHC | 譽滔??闕州 | 11100111111000101101010010100101001111110011111111001111111101001111000110110110 | e7e2d4a53f3fcff4f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)