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 | ネ齊ウウァ | 1111000111100001110010001110101010001110101100111011001110100111 | f1e1c8ea8eb3b3a7 |
EUC-JP | ?ネ齊ウウァ | 0011111110001110110010001111001111101110100011101011001110001110101100111000111010100111 | 3f8ec8f3ee8eb38eb38ea7 |
UTF-8 | ネ齊ウウァ | 111011101000010110011100111011111011111010001000111010011011110110001010111011111011110110110011111011111011110110110011111011111011110110100111 | ee859cefbe88e9bd8aefbdb3efbdb3efbda7 |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)