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 | ワ」ミ、 | 110111001010001111010000111110001010101010100100 | dca3d0f8aaa4 |
EUC-JP | ワ」ミ?、 | 100011101101110010001110101000111000111011010000001111111000111010100100 | 8edc8ea38ed03f8ea4 |
UTF-8 | ワ」ミ、 | 111011111011111010011100111011111011110110100011111011111011111010010000111011101001100110001001111011111011110110100100 | efbe9cefbda3efbe90ee9989efbda4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)