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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 楮葛?h | 100111101011100010001010100010110011111101101000 | 9eb88a8b3f68 |
EUC-JP | 楮葛?h | 110111001011101010110011111010110011111101101000 | dcbab3eb3f68 |
UTF-8 | 楮葛짧h | 11100110101001011010111011101000100100011001101111101100101001111010011101101000 | e6a5aee8919beca7a768 |
UHC | 楮葛짧h | 11101110101111111100101011100111110000101010101001101000 | eebfcae7c2aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)