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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鞐カ閧エミ鳧 | 111010001101111010110110111010001000001010110100110100001110100111101000 | e8deb6e882b4d0e9e8 |
EUC-JP | 鞐カ閧エミ鳧 | 111100001110000010001110101101101110111111100010100011101011010010001110110100001111001011101010 | f0e08eb6efe28eb48ed0f2ea |
UTF-8 | 鞐カ閧エミ鳧 | 111010011001111010010000111011111011110110110110111010011001011010100111111011111011110110110100111011111011111010010000111010011011001110100111 | e99e90efbdb6e996a7efbdb4efbe90e9b3a7 |
UHC | ?????鳧 | 00111111001111110011111100111111001111111101110111000000 | 3f3f3f3f3fddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)