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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬱莖?縫?貊 | 10011111010101001110010010110001001111111001011001000100001111111110011010111011 | 9f54e4b13f96443fe6bb |
EUC-JP | 鬱莖?縫?貊 | 11011101101101011110100010110011001111111100101110100101001111111110110010111101 | ddb5e8b33fcba53fecbd |
UTF-8 | 鬱莖렩縫렏貊 | 111010011010110010110001111010001000111010010110111010111010000010101001111001111011100010101011111010111010000010001111111010001011001010001010 | e9acb1e88e96eba0a9e7b8abeba08fe8b28a |
UHC | 鬱莖렩縫렏貊 | 111010101010011011001100111011001000111010110111110111001110111010001110101001011101100011100111 | eaa6ccec8eb7dcee8ea5d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)