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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 倖耕??B | 10001100111101001000110101101011001111110011111101000010 | 8cf48d6b3f3f42 |
EUC-JP | 倖耕??B | 10111000111101101011100111001100001111110011111101000010 | b8f6b9cc3f3f42 |
UTF-8 | 倖耕렔렔B | 11100101100000001001011011101000100000001001010111101011101000001001010011101011101000001001010001000010 | e58096e88095eba094eba09442 |
UHC | 倖耕렔렔B | 111110101011100011001100111010011000111010101001100011101010100101000010 | fab8cce98ea98ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)