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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 咀?衣?d | 10011001111100000011111110001000110111110011111101100100 | 99f03f88df3f64 |
EUC-JP | 咀?衣?d | 11010010111100100011111110110000111000010011111101100100 | d2f23fb0e13f64 |
UTF-8 | 咀렊衣렢d | 11100101100100101000000011101011101000001000101011101000101000011010001111101011101000001010001001100100 | e59280eba08ae8a1a3eba0a264 |
UHC | 咀렊衣렢d | 111011101011101010001110101000011110101111111101100011101011001101100100 | eeba8ea1ebfd8eb364 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)