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 | ー謗ク・ァ | 1111000011100111101100001110011010001110101110001010010110100111 | f0e7b0e68eb8a5a7 |
EUC-JP | ?ー謗ク・ァ | 0011111110001110101100001110101111101110100011101011100010001110101001011000111010100111 | 3f8eb0ebee8eb88ea58ea7 |
UTF-8 | ー謗ク・ァ | 111011101000001010100110111011111011110110110000111010001010110010010111111011111011110110111000111011111011110110100101111011111011110110100111 | ee82a6efbdb0e8ac97efbdb8efbda5efbda7 |
UHC | ??謗??? | 00111111001111111101101110111111001111110011111100111111 | 3f3fdbbf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)