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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?蝎?] | 0011111111100101100110010011111101011101 | 3fe5993f5d |
EUC-JP | 塼蝎?] | 10001111101110001011100111101001111110010011111101011101 | 8fb8b9e9f93f5d |
UTF-8 | 塼蝎많] | 11100101101000011011110011101000100111011000111011101011101001111000111001011101 | e5a1bce89d8eeba78e5d |
UHC | 塼蝎많] | 11101110111101001100101011101001101110001011100101011101 | eef4cae9b8b95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)