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³DB³D^ | 1001001001000010100100011011001101000100100100100100001010010001101100110100010001011110 | 924291b344924291b3445e |
SJIS-WIN | ?B??D?B??D^ | 0011111101000010001111110011111101000100001111110100001000111111001111110100010001011110 | 3f423f3f443f423f3f445e |
EUC-JP | ?B??D?B??D^ | 0011111101000010001111110011111101000100001111110100001000111111001111110100010001011110 | 3f423f3f443f423f3f445e |
UTF-8 | B³DB³D^ | 1100001010010010010000101100001010010001110000101011001101000100110000101001001001000010110000101001000111000010101100110100010001011110 | c29242c291c2b344c29242c291c2b3445e |
UHC | ?B?³D?B?³D^ | 00111111010000100011111110101001111110000100010000111111010000100011111110101001111110000100010001011110 | 3f423fa9f8443f423fa9f8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)