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 | 弛?檍?日 | 1001001001101111001111111001111011111000001111111001001111111010 | 926f3f9ef83f93fa |
EUC-JP | 弛?檍?日 | 1100001111010000001111111101110011111010001111111100011011111100 | c3d03fdcfa3fc6fc |
UTF-8 | 弛렍檍렫日 | 111001011011110010011011111010111010000010001101111001101010101010001101111010111010000010101011111001101001011110100101 | e5bc9beba08de6aa8deba0abe697a5 |
UHC | 弛렍檍렫日 | 11101100101011001000111010100011111001011110010110001110101110011110110011101101 | ecac8ea3e5e58eb9eced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)