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¯ | 1001000110111011100100011011101110010010010001001001000110101111 | 91bb91bb924491af |
SJIS-WIN | ?????D?? | 0011111100111111001111110011111100111111010001000011111100111111 | 3f3f3f3f3f443f3f |
EUC-JP | ?????D?¯ | 00111111001111110011111100111111001111110100010000111111100011111010001010110100 | 3f3f3f3f3f443f8fa2b4 |
UTF-8 | »»D¯ | 110000101001000111000010101110111100001010010001110000101011101111000010100100100100010011000010100100011100001010101111 | c291c2bbc291c2bbc29244c291c2af |
UHC | ?????D?? | 0011111100111111001111110011111100111111010001000011111100111111 | 3f3f3f3f3f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)