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 | 謌頑ヲサ繝 | 1110011010001000100010101110011010100110101110111110001110000011 | e6888ae6a6bbe383 |
EUC-JP | 謌頑ヲサ繝 | 11101011111010001011010011101000100011101010011010001110101110111110010111100011 | ebe8b4e88ea68ebbe5e3 |
UTF-8 | 謌頑ヲサ繝 | 111010001010110010001100111010011010000010010001111011111011110110100110111011111011110110111011111001111011100110011101 | e8ac8ce9a091efbda6efbdbbe7b99d |
UHC | ?頑??? | 001111111110100011010111001111110011111100111111 | 3fe8d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)