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 | 逶匁カ悟蛤 | 111001111001101110010110111001101011011010001100111001011001010010111000 | e79b96e6b68ce594b8 |
EUC-JP | 逶匁カ悟蛤 | 11101101111110111100110011101000100011101011011010111000111001111100100010111010 | edfbcce88eb6b8e7c8ba |
UTF-8 | 逶匁カ悟蛤 | 111010011000000010110110111001011000110010000001111011111011110110110110111001101000001010011111111010001001101110100100 | e980b6e58c81efbdb6e6829fe89ba4 |
UHC | ???悟蛤 | 00111111001111110011111111100111111101101111100111101101 | 3f3f3fe7f6f9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)