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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 屎? | 100110111001110100111111 | 9b9d3f |
EUC-JP | 屎? | 110101011111110100111111 | d5fd3f |
UTF-8 | 屎됭 | 111001011011000110001110111010111001000010101101 | e5b18eeb90ad |
UHC | 屎됭 | 11100011101110101000100111101000 | e3ba89e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)