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 | 旭?訂?淨? | 100010001010111000111111100100101111100100111111100111111100010000111111 | 88ae3f92f93f9fc43f |
EUC-JP | 旭?訂?淨? | 101100001011000000111111110001001111101100111111110111101100011000111111 | b0b03fc4fb3fdec63f |
UTF-8 | 旭렔訂렦淨렠 | 111001101001011110101101111010111010000010010100111010001010100010000010111010111010000010100110111001101011011110101000111010111010000010100000 | e697adeba094e8a882eba0a6e6b7a8eba0a0 |
UHC | 旭렔訂렦淨렠 | 111010011110111110001110101010011110111111110100100011101011010111101111111001001000111010110001 | e9ef8ea9eff48eb5efe48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)