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 | 00111111100101001101000100111111100101001101000101000010 | 3f94d13f94d142 |
EUC-JP | 暻飯暻飯B | 1000111111000010110111011100100011010011100011111100001011011101110010001101001101000010 | 8fc2ddc8d38fc2ddc8d342 |
UTF-8 | 暻飯暻飯B | 11100110100110101011101111101001101000111010111111100110100110101011101111101001101000111010111101000010 | e69abbe9a3afe69abbe9a3af42 |
UHC | 暻飯暻飯B | 110011001101100111011010111110011100110011011001110110101111100101000010 | ccd9daf9ccd9daf942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)