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 | ??艇 | 00111111001111111001001011111000 | 3f3f92f8 |
EUC-JP | ??艇 | 00111111001111111100010011111010 | 3f3fc4fa |
UTF-8 | 襤눔艇 | 111011111010010010100100111010111000100010010100111010001000100110000111 | efa4a4eb8894e88987 |
UHC | 襤눔艇 | 110100011111110110110100101011101110111111110011 | d1fdb4aeeff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)