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 | ?????aB | 00111111001111110011111100111111001111110110000101000010 | 3f3f3f3f3f6142 |
SJIS-WIN | ????沃aB | 0011111100111111001111110011111110010111100000000110000101000010 | 3f3f3f3f97806142 |
EUC-JP | ????沃aB | 0011111100111111001111110011111111001101111000000110000101000010 | 3f3f3f3fcde06142 |
UTF-8 | 롔롂롛롁沃aB | 1110101110100001100101001110101110100001100000101110101110100001100110111110101110100001100000011110011010110010100000110110000101000010 | eba194eba182eba19beba181e6b2836142 |
UHC | 롔롂롛롁沃aB | 100011101101100010001110110010011000111011011111100011101100100011101000101010100110000101000010 | 8ed88ec98edf8ec8e8aa6142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)