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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 翦唐n}翦唐n{^ | 11100011110001101001001110000010011011100111110111100011110001101001001110000010011011100111101101011110 | e3c693826e7de3c693826e7b5e |
EUC-JP | 翦唐n}翦唐n{^ | 11100110110010001100010111100010011011100111110111100110110010001100010111100010011011100111101101011110 | e6c8c5e26e7de6c8c5e26e7b5e |
UTF-8 | 翦唐n}翦唐n{^ | 1110011110111111101001101110010110010100100100000110111001111101111001111011111110100110111001011001010010010000011011100111101101011110 | e7bfa6e594906e7de7bfa6e594906e7b5e |
UHC | ?唐n}?唐n{^ | 0011111111010011110100000110111001111101001111111101001111010000011011100111101101011110 | 3fd3d06e7d3fd3d06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)