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 | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | ?惺壽y | 001111111001110010110111100110101110011001111001 | 3f9cb79ae679 |
EUC-JP | ?惺壽y | 001111111101100010111001110101001110100001111001 | 3fd8b9d4e879 |
UTF-8 | 뺲惺壽y | 11101011101110101011001011100110100000111011101011100101101000111011110101111001 | ebbab2e683bae5a3bd79 |
UHC | 뺲惺壽y | 10010101111110011110000011110110111000011111100001111001 | 95f9e0f6e1f879 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)