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 | 踝煙О踝 | 1110011011110100100010011000110010000100010011111110011011110100 | e6f4898c844fe6f4 |
EUC-JP | 踝煙О踝 | 1110110011110110101100011110110010100111101100001110110011110110 | ecf6b1eca7b0ecf6 |
UTF-8 | 踝煙О踝 | 1110100010111000100111011110011110000101100110011101000010011110111010001011100010011101 | e8b89de78599d09ee8b89d |
UHC | ?煙О? | 001111111110011011010101101011001011000000111111 | 3fe6d5acb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)