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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 寃?彬^ | 100110111000001100111111100101010110101001011110 | 9b833f956a5e |
EUC-JP | 寃?彬^ | 110101011110001100111111110010011100101101011110 | d5e33fc9cb5e |
UTF-8 | 寃닻彬^ | 11100101101011111000001111101011100010111011101111100101101111011010110001011110 | e5af83eb8bbbe5bdac5e |
UHC | 寃닻彬^ | 11101010101100101011010011101001110111101010111101011110 | eab2b4e9deaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)