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 | 弛?檍?昱? | 100100100110111100111111100111101111100000111111111110100110001100111111 | 926f3f9ef83ffa633f |
EUC-JP | 弛?檍?昱? | 11000011110100000011111111011100111110100011111110001111110000101010110100111111 | c3d03fdcfa3f8fc2ad3f |
UTF-8 | 弛렍檍렮昱렮 | 111001011011110010011011111010111010000010001101111001101010101010001101111010111010000010101110111001101001100010110001111010111010000010101110 | e5bc9beba08de6aa8deba0aee698b1eba0ae |
UHC | 弛렍檍렮昱렮 | 111011001010110010001110101000111110010111100101100011101011101111101001111100001000111010111011 | ecac8ea3e5e58ebbe9f08ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)