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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 選纖\ | 1001000101001001111000111001100101011100 | 9149e3995c |
EUC-JP | 選纖\ | 1100000110101010111001011111100101011100 | c1aae5f95c |
UTF-8 | 選纖\ | 11101001100000011011100011100111101110101001011001011100 | e981b8e7ba965c |
UHC | 選纖\ | 1110000011010100111000001110100101011100 | e0d4e0e95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)