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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 提??陌 | 100100101111000100111111001111111110100010011001 | 92f13f3fe899 |
EUC-JP | 提??陌 | 110001001111001100111111001111111110111111111001 | c4f33f3feff9 |
UTF-8 | 提희렱陌 | 111001101000111110010000111011011001110110101100111010111010000010110001111010011001100110001100 | e68f90ed9daceba0b1e9998c |
UHC | 提희렱陌 | 1111000010101011110010001111000110001110101111101101100011101000 | f0abc8f18ebed8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)