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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?欒] | 00111111100111110101001001011101 | 3f9f525d |
EUC-JP | 鋌欒] | 100011111110010010111011110111011011001101011101 | 8fe4bbddb35d |
UTF-8 | 鋌欒] | 11101001100010111000110011100110101011001001001001011101 | e98b8ce6ac925d |
UHC | 鋌欒] | 1110111111111011110101011011001001011101 | effbd5b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)