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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 炅楽Y | 1111101101010001100010100111100101011001 | fb518a7959 |
EUC-JP | 炅楽Y | 100011111100100111001010101100111101101001011001 | 8fc9cab3da59 |
UTF-8 | 炅楽Y | 11100111100000101000010111100110101001011011110101011001 | e78285e6a5bd59 |
UHC | 炅?Y | 11001100110111010011111101011001 | ccdd3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)