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 | ¼¼\ | 1001000110111100100100011011110001011100 | 91bc91bc5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
UTF-8 | ¼¼\ | 110000101001000111000010101111001100001010010001110000101011110001011100 | c291c2bcc291c2bc5c |
UHC | ?¼?¼\ | 00111111101010001111100100111111101010001111100101011100 | 3fa8f93fa8f95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)