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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狸属損綻B | 100100100100101110010001101011101001000110111001100100100101110101000010 | 924b91ae91b9925d42 |
EUC-JP | 狸属損綻B | 110000111010110011000010101100001100001010111011110000111011111001000010 | c3acc2b0c2bbc3be42 |
UTF-8 | 狸属損綻B | 11100111100010111011100011100101101100011001111011100110100100001000110111100111101101101011101101000010 | e78bb8e5b19ee6908de7b6bb42 |
UHC | 狸?損綻B | 1101011111100001001111111110000111011111111101111010101001000010 | d7e13fe1dff7aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)