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 | 硝絖\ | 1000111111001001111000110100110001011100 | 8fc9e34c5c |
EUC-JP | 硝絖\ | 1011111011001011111001011010110101011100 | becbe5ad5c |
UTF-8 | 硝絖\ | 11100111101000011001110111100111101101011001011001011100 | e7a19de7b5965c |
UHC | 硝?\ | 11110101101001100011111101011100 | f5a63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)