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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 辿続卒^ | 10010010010010001001000110110001100100011011001001011110 | 924891b191b25e |
EUC-JP | 辿続卒^ | 11000011101010011100001010110011110000101011010001011110 | c3a9c2b3c2b45e |
UTF-8 | 辿続卒^ | 11101000101111101011111111100111101101101001101011100101100011011001001001011110 | e8bebfe7b69ae58d925e |
UHC | ??卒^ | 0011111100111111111100001110111101011110 | 3f3ff0ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)