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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蓿韶 | 11100100111100001110100011101110 | e4f0e8ee |
EUC-JP | 蓿韶 | 11101000111100101111000011110000 | e8f2f0f0 |
UTF-8 | 蓿韶 | 111010001001001110111111111010011001111110110110 | e893bfe99fb6 |
UHC | ?韶 | 001111111110000111010010 | 3fe1d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)