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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 冓筅鮓 | 100110010110100111100010101001001110100110110110 | 9969e2a4e9b6 |
EUC-JP | 冓筅鮓 | 110100011100101011100100101001101111001010111000 | d1cae4a6f2b8 |
UTF-8 | 冓筅鮓 | 111001011000011010010011111001111010110110000101111010011010111010010011 | e58693e7ad85e9ae93 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)