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 | 枝???翁 | 10001110011111010011111100111111001111111000100110100101 | 8e7d3f3f3f89a5 |
EUC-JP | 枝???翁 | 10111011110111100011111100111111001111111011001010100111 | bbde3f3f3fb2a7 |
UTF-8 | 枝렏欌렔翁 | 111001101001111010011101111010111010000010001111111001101010110010001100111010111010000010010100111001111011111110000001 | e69e9deba08fe6ac8ceba094e7bf81 |
UHC | 枝렏欌렔翁 | 11110010101010111000111010100101111011011110101110001110101010011110100010111010 | f2ab8ea5edeb8ea9e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)