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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 將? | 100110111001001000111111 | 9b923f |
EUC-JP | 將? | 110101011111001000111111 | d5f23f |
UTF-8 | 將쾌 | 111001011011000010000111111011001011111010001100 | e5b087ecbe8c |
UHC | 將쾌 | 11101101111000101100010011101000 | ede2c4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)