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 | èä¯D^ | 1110100011100100101011110100010001011110 | e8e4af445e |
SJIS-WIN | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
EUC-JP | èä¯D^ | 1000111110101011101100101000111110101011101000111000111110100010101101000100010001011110 | 8fabb28faba38fa2b4445e |
UTF-8 | èä¯D^ | 1100001110101000110000111010010011000010101011110100010001011110 | c3a8c3a4c2af445e |
UHC | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)