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 | 腸?克 | 1001001010110000001111111000110110001110 | 92b03f8d8e |
EUC-JP | 腸?克 | 1100010010110010001111111011100111101110 | c4b23fb9ee |
UTF-8 | 腸흡克 | 111010001000010110111000111011011001110110100001111001011000010110001011 | e885b8ed9da1e5858b |
UHC | 腸흡克 | 111011011111001111001000111011011101000010111010 | edf3c8edd0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)