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 | èëá~Y | 1110100011101011111000010111111001011001 | e8ebe17e59 |
SJIS-WIN | ???~Y | 0011111100111111001111110111111001011001 | 3f3f3f7e59 |
EUC-JP | èëá~Y | 1000111110101011101100101000111110101011101100111000111110101011101000010111111001011001 | 8fabb28fabb38faba17e59 |
UTF-8 | èëá~Y | 1100001110101000110000111010101111000011101000010111111001011001 | c3a8c3abc3a17e59 |
UHC | ???~Y | 0011111100111111001111110111111001011001 | 3f3f3f7e59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)