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 | 址??前 | 100110101010110000111111001111111001000101001111 | 9aac3f3f914f |
EUC-JP | 址??前 | 110101001010111000111111001111111100000110110000 | d4ae3f3fc1b0 |
UTF-8 | 址띔쑹前 | 111001011001110110000000111010111001110110010100111011001001000110111001111001011000100110001101 | e59d80eb9d94ec91b9e5898d |
UHC | 址띔쑹前 | 1111001010100011101101101110101010111110101010111110111011110001 | f2a3b6eabeabeef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)