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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?猛??粟 | 00111111100101101101001000111111001111111000100010111110 | 3f96d23f3f88be |
EUC-JP | 薏猛??粟 | 100011111101100111011110110011001101010000111111001111111011000011000000 | 8fd9deccd43f3fb0c0 |
UTF-8 | 薏猛떵뤊粟 | 111010001001011010001111111001111000110010011011111010111001011010110101111010111010010010001010111001111011001010011111 | e8968fe78c9beb96b5eba48ae7b29f |
UHC | 薏猛떵뤊粟 | 11101011111110111101100011101101101101101011101010001111101110101110000111011000 | ebfbd8edb6ba8fbae1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)