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 | 弥櫚儿 | 100101101110110110011111010011001001100101011000 | 96ed9f4c9958 |
EUC-JP | 弥櫚儿 | 110011001110111111011101101011011101000110111001 | ccefddadd1b9 |
UTF-8 | 弥櫚儿 | 111001011011110010100101111001101010101110011010111001011000010010111111 | e5bca5e6ab9ae584bf |
UHC | ?櫚? | 00111111110101011110101000111111 | 3fd5ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)