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 | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 怏???Y | 100111001000100100111111001111110011111101011001 | 9c893f3f3f59 |
EUC-JP | 怏???Y | 110101111110100100111111001111110011111101011001 | d7e93f3f3f59 |
UTF-8 | 怏얠쉸흟Y | 11100110100000001000111111101100100101101010000011101100100010011011100011101101100111011001111101011001 | e6808fec96a0ec89b8ed9d9f59 |
UHC | 怏얠쉸흟Y | 111001001110100010111110111011001001101010001110110001011000000101011001 | e4e8beec9a8ec58159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)