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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謌雁ク祈 | 11100110100010001000101011100101101110001000101101000110 | e6888ae5b88b46 |
EUC-JP | 謌雁ク祈 | 1110101111101000101101001110011110001110101110001011010110100111 | ebe8b4e78eb8b5a7 |
UTF-8 | 謌雁ク祈 | 111010001010110010001100111010011001101110000001111011111011110110111000111001111010010110001000 | e8ac8ce99b81efbdb8e7a588 |
UHC | ?雁?祈 | 001111111110010011010010001111111101000110110111 | 3fe4d23fd1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)