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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 巽歎^ | 1001001001000110100100100101011001011110 | 924692565e |
EUC-JP | 巽歎^ | 1100001110100111110000111011011101011110 | c3a7c3b75e |
UTF-8 | 巽歎^ | 11100101101101111011110111100110101011011000111001011110 | e5b7bde6ad8e5e |
UHC | 巽歎^ | 1110000111011110111101111010011101011110 | e1def7a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)