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 | ????憶? | 00111111001111110011111100111111100010011010111100111111 | 3f3f3f3f89af3f |
EUC-JP | ????憶? | 00111111001111110011111100111111101100101011000100111111 | 3f3f3f3fb2b13f |
UTF-8 | 戶淚렎렡憶렟 | 111001101000100010110110111011111010010110001101111010111010000010001110111010111010000010100001111001101000011010110110111010111010000010011111 | e688b6efa58deba08eeba0a1e686b6eba09f |
UHC | 戶淚렎렡憶렟 | 111110111100001011010010111001111000111010100100100011101011001011100101111000111000111010110000 | fbc2d2e78ea48eb2e5e38eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)