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 | 奣ト靈 | 1111101010100011110001001110100011001011 | faa3c4e8cb |
EUC-JP | 奣ト靈 | 10001111101110001111110010001110110001001111000011001101 | 8fb8fc8ec4f0cd |
UTF-8 | 奣ト靈 | 111001011010010110100011111011111011111010000100111010011001110110001000 | e5a5a3efbe84e99d88 |
UHC | ??靈 | 00111111001111111101011011000100 | 3f3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)