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 | 旭?訂?弔? | 100010001010111000111111100100101111100100111111100100101010001000111111 | 88ae3f92f93f92a23f |
EUC-JP | 旭?訂?弔? | 101100001011000000111111110001001111101100111111110001001010010000111111 | b0b03fc4fb3fc4a43f |
UTF-8 | 旭렔訂렦弔렟 | 111001101001011110101101111010111010000010010100111010001010100010000010111010111010000010100110111001011011110010010100111010111010000010011111 | e697adeba094e8a882eba0a6e5bc94eba09f |
UHC | 旭렔訂렦弔렟 | 111010011110111110001110101010011110111111110100100011101011010111110000110000001000111010110000 | e9ef8ea9eff48eb5f0c08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)