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 | 鵝??攸? | 11101010010000000011111100111111100111011011111100111111 | ea403f3f9dbf3f |
EUC-JP | 鵝??攸? | 11110011101000010011111100111111110110101100000100111111 | f3a13f3fdac13f |
UTF-8 | 鵝얠옺攸볿 | 111010011011010110011101111011001001011010100000111011001001100010111010111001101001010010111000111010111011001110111111 | e9b59dec96a0ec98bae694b8ebb3bf |
UHC | 鵝얠옺攸볿 | 11100100101111011011111011101100100111101011000011101010111100101001010001000010 | e4bdbeec9eb0eaf29442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)