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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 輟h輟 | 1110011101101111011010001110011101101111 | e76f68e76f |
EUC-JP | 輟h輟 | 1110110111010000011010001110110111010000 | edd068edd0 |
UTF-8 | 輟h輟 | 11101000101111001001111101101000111010001011110010011111 | e8bc9f68e8bc9f |
UHC | 輟h輟 | 1111010011001111011010001111010011001111 | f4cf68f4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)