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 | 芬窮娃 | 111001001000111010001011100001111000100010100001 | e48e8b8788a1 |
EUC-JP | 芬窮娃 | 111001111110111010110101111001111011000010100011 | e7eeb5e7b0a3 |
UTF-8 | 芬窮娃 | 111010001000101010101100111001111010101010101110111001011010100010000011 | e88aace7aaaee5a883 |
UHC | 芬窮娃 | 110111011101001011001111111000111110100011011111 | ddd2cfe3e8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)