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^ | 1001001001000010100100011011011001000100100100100100001010010001101101100100010001011110 | 924291b644924291b6445e |
SJIS-WIN | ?B?¶D?B?¶D^ | 00111111010000100011111110000001111101110100010000111111010000100011111110000001111101110100010001011110 | 3f423f81f7443f423f81f7445e |
EUC-JP | ?B?¶D?B?¶D^ | 00111111010000100011111110100010111110010100010000111111010000100011111110100010111110010100010001011110 | 3f423fa2f9443f423fa2f9445e |
UTF-8 | B¶DB¶D^ | 1100001010010010010000101100001010010001110000101011011001000100110000101001001001000010110000101001000111000010101101100100010001011110 | c29242c291c2b644c29242c291c2b6445e |
UHC | ?B?¶D?B?¶D^ | 00111111010000100011111110100010110100100100010000111111010000100011111110100010110100100100010001011110 | 3f423fa2d2443f423fa2d2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)