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 | 遭?莪 | 1001000110011000001111111110010010101110 | 91983fe4ae |
EUC-JP | 遭?莪 | 1100000111111000001111111110100010110000 | c1f83fe8b0 |
UTF-8 | 遭소莪 | 111010011000000110101101111011001000011010001100111010001000111010101010 | e981adec868ce88eaa |
UHC | 遭소莪 | 111100001110010010111100110100101110010010110101 | f0e4bcd2e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)