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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葆駈洲薔 | 1110010011011100100010111110110110001111010001101110010101001011 | e4dc8bed8f46e54b |
EUC-JP | 葆駈洲薔 | 1110100011011110101101101110111110111101101001111110100110101100 | e8deb6efbda7e9ac |
UTF-8 | 葆駈洲薔 | 111010001001000110000110111010011010011110001000111001101011010010110010111010001001011010010100 | e89186e9a788e6b4b2e89694 |
UHC | ??洲薔 | 001111110011111111110001101111011110110111111001 | 3f3ff1bdedf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)