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 | ??^? | 00111111001111110101111000111111 | 3f3f5e3f |
SJIS-WIN | 旭?^畯 | 100010001010111000111111010111101111101101101111 | 88ae3f5efb6f |
EUC-JP | 旭?^畯 | 10110000101100000011111101011110100011111100110110111011 | b0b03f5e8fcdbb |
UTF-8 | 旭렔^畯 | 11100110100101111010110111101011101000001001010001011110111001111001010110101111 | e697adeba0945ee795af |
UHC | 旭렔^畯 | 11101001111011111000111010101001010111101111000111100001 | e9ef8ea95ef1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)