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 | 逑ヲ邃。妤ヲ | 111001111001001110100110111000101000010010100001111110101010010010100110 | e793a6e284a1faa4a6 |
EUC-JP | 逑ヲ邃。妤ヲ | 11101101111100111000111010100110111000111110010010001110101000011000111110111001101011111000111010100110 | edf38ea6e3e48ea18fb9af8ea6 |
UTF-8 | 逑ヲ邃。妤ヲ | 111010011000000010010001111011111011110110100110111010011000001010000011111011111011110110100001111001011010011010100100111011111011110110100110 | e98091efbda6e98283efbda1e5a6a4efbda6 |
UHC | 逑?邃??? | 1100111111000111001111111110001011000101001111110011111100111111 | cfc73fe2c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)