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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 疽癢Y | 1110000101110011111000011001100001011001 | e173e19859 |
EUC-JP | 疽癢Y | 1110000111010100111000011111100001011001 | e1d4e1f859 |
UTF-8 | 疽癢Y | 11100111100101101011110111100111100110011010001001011001 | e796bde799a259 |
UHC | 疽?Y | 11101110110001010011111101011001 | eec53f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)