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 | ?f?N\ | 0011111101100110001111110100111001011100 | 3f663f4e5c |
SJIS-WIN | 但f但N\ | 10010010010000010110011010010010010000010100111001011100 | 92416692414e5c |
EUC-JP | 但f但N\ | 11000011101000100110011011000011101000100100111001011100 | c3a266c3a24e5c |
UTF-8 | 但f但N\ | 111001001011110110000110011001101110010010111101100001100100111001011100 | e4bd8666e4bd864e5c |
UHC | 但f但N\ | 11010011101000110110011011010011101000110100111001011100 | d3a366d3a34e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)