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 | ?奢珊 | 0011111110011010111110001000111001011000 | 3f9af88e58 |
EUC-JP | ?奢珊 | 0011111111010100111110101011101110111001 | 3fd4fabbb9 |
UTF-8 | 뤫奢珊 | 111010111010010010101011111001011010010110100010111001111000111110001010 | eba4abe5a5a2e78f8a |
UHC | 뤫奢珊 | 100011111101100111011110110011101101111110100110 | 8fd9decedfa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)