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 | 運蛇?^ | 100010010101111010001110110101100011111101011110 | 895e8ed63f5e |
EUC-JP | 運蛇?^ | 101100011011111110111100110110000011111101011110 | b1bfbcd83f5e |
UTF-8 | 運蛇ㅊ^ | 11101001100000011000101111101000100110111000011111100011100001011000101001011110 | e9818be89b87e3858a5e |
UHC | 運蛇ㅊ^ | 11101010101000011101111011101111101001001011101001011110 | eaa1deefa4ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)