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 | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 上ォY | 100011111110001111110001101111001010101101011001 | 8fe3f1bcab59 |
EUC-JP | 上?ォY | 101111101110010100111111100011101010101101011001 | bee53f8eab59 |
UTF-8 | 上ォY | 11100100101110001000101011101110100001001011011111101111101111011010101101011001 | e4b88aee84b7efbdab59 |
UHC | 上??Y | 1101111110111110001111110011111101011001 | dfbe3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)