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 | 癲???鹽 | 11100001100111110011111100111111001111111110101001100100 | e19f3f3f3fea64 |
EUC-JP | 癲???鹽 | 11100010101000010011111100111111001111111111001111000101 | e2a13f3f3ff3c5 |
UTF-8 | 癲뗣꺂흭鹽 | 111001111001100110110010111010111001011110100011111010101011101010000010111011011001110110101101111010011011100110111101 | e799b2eb97a3eaba82ed9dade9b9bd |
UHC | 癲뗣꺂흭鹽 | 11101111101001101000101111100011100000111010101111000101100010011110011110100100 | efa68be383abc589e7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)