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ä}Dä{^ | 1001110001000100111001001001000101111101100111000100010011100100100100010111101101011110 | 9c44e4917d9c44e4917b5e |
SJIS-WIN | ?D??}?D??{^ | 0011111101000100001111110011111101111101001111110100010000111111001111110111101101011110 | 3f443f3f7d3f443f3f7b5e |
EUC-JP | ?Dä?}?Dä?{^ | 001111110100010010001111101010111010001100111111011111010011111101000100100011111010101110100011001111110111101101011110 | 3f448faba33f7d3f448faba33f7b5e |
UTF-8 | Dä}Dä{^ | 1100001010011100010001001100001110100100110000101001000101111101110000101001110001000100110000111010010011000010100100010111101101011110 | c29c44c3a4c2917dc29c44c3a4c2917b5e |
UHC | ?D??}?D??{^ | 0011111101000100001111110011111101111101001111110100010000111111001111110111101101011110 | 3f443f3f7d3f443f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)