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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鱈其鱈其^ | 100100100100110010010001101101001001001001001100100100011011010001011110 | 924c91b4924c91b45e |
EUC-JP | 鱈其鱈其^ | 110000111010110111000010101101101100001110101101110000101011011001011110 | c3adc2b6c3adc2b65e |
UTF-8 | 鱈其鱈其^ | 11101001101100011000100011100101100001011011011011101001101100011000100011100101100001011011011001011110 | e9b188e585b6e9b188e585b65e |
UHC | ?其?其^ | 00111111110100001110110000111111110100001110110001011110 | 3fd0ec3fd0ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)