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 | 1110100010111001111010001011100101101000 | e8b9e8b968 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | è?è?h | 100011111010101110110010001111111000111110101011101100100011111101101000 | 8fabb23f8fabb23f68 |
UTF-8 | è¹è¹h | 110000111010100011000010101110011100001110101000110000101011100101101000 | c3a8c2b9c3a8c2b968 |
UHC | ?¹?¹h | 00111111101010011111011000111111101010011111011001101000 | 3fa9f63fa9f668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)