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 | 爪狐\ | 1001001011011100100011001100111101011100 | 92dc8ccf5c |
EUC-JP | 爪狐\ | 1100010011011110101110001101000101011100 | c4deb8d15c |
UTF-8 | 爪狐\ | 11100111100010001010101011100111100010111001000001011100 | e788aae78b905c |
UHC | 爪狐\ | 1111000011010000111110111100111101011100 | f0d0fbcf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)