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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郤千カ戎 | 11100111101110101001000011100111101101101000111101011110 | e7ba90e7b68f5e |
EUC-JP | 郤千カ戎 | 1110111010111100110000001110100110001110101101101011110110111111 | eebcc0e98eb6bdbf |
UTF-8 | 郤千カ戎 | 111010011000001110100100111001011000110110000011111011111011110110110110111001101000100010001110 | e983a4e58d83efbdb6e6888e |
UHC | ?千?戎 | 001111111111010010110110001111111110101111010100 | 3ff4b63febd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)