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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懌洟酥 | 100111001110001010011111101001001110011111000110 | 9ce29fa4e7c6 |
EUC-JP | 懌洟酥 | 110110001110010011011110101001101110111011001000 | d8e4dea6eec8 |
UTF-8 | 懌洟酥 | 111001101000011110001100111001101011010010011111111010011000010110100101 | e6878ce6b49fe985a5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)