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 | 逶匁カ碁棣 | 111001111001101110010110111001101011011010001100111010011001111010100110 | e79b96e6b68ce99ea6 |
EUC-JP | 逶匁カ碁棣 | 11101101111110111100110011101000100011101011011010111000111010111101110010101000 | edfbcce88eb6b8ebdca8 |
UTF-8 | 逶匁カ碁棣 | 111010011000000010110110111001011000110010000001111011111011110110110110111001111010001010000001111001101010001110100011 | e980b6e58c81efbdb6e7a281e6a3a3 |
UHC | ???碁? | 001111110011111100111111110100011011001100111111 | 3f3f3fd1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)