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 | 蠎∪ | 11100101101110101000000110111110 | e5ba81be |
EUC-JP | 蠎∪ | 11101010101111001010001011000000 | eabca2c0 |
UTF-8 | 蠎∪ | 111010001010000010001110111000101000100010101010 | e8a08ee288aa |
UHC | ?∪ | 001111111010000111111010 | 3fa1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)