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 | ??}?? | 0011111100111111011111010011111100111111 | 3f3f7d3f3f |
SJIS-WIN | 旭?}旭? | 10001000101011100011111101111101100010001010111000111111 | 88ae3f7d88ae3f |
EUC-JP | 旭?}旭? | 10110000101100000011111101111101101100001011000000111111 | b0b03f7db0b03f |
UTF-8 | 旭렔}旭렔 | 11100110100101111010110111101011101000001001010001111101111001101001011110101101111010111010000010010100 | e697adeba0947de697adeba094 |
UHC | 旭렔}旭렔 | 111010011110111110001110101010010111110111101001111011111000111010101001 | e9ef8ea97de9ef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)