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 | 胡??娟? | 10001100110100110011111100111111100110110100111000111111 | 8cd33f3f9b4e3f |
EUC-JP | 胡?雩娟? | 101110001101010100111111100011111110011011111010110101011010111100111111 | b8d53f8fe6fad5af3f |
UTF-8 | 胡렟雩娟劣 | 111010001000001110100001111010111010000010011111111010011001101110101001111001011010100010011111111011111010011010011101 | e883a1eba09fe99ba9e5a89fefa69d |
UHC | 胡렟雩娟劣 | 11111011110101111000111010110000111010011110110011100110110000101110011011101011 | fbd78eb0e9ece6c2e6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)