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¢B¢^ | 100100100100001010010001101000101001001001000010100100011010001001011110 | 924291a2924291a25e |
SJIS-WIN | ?B?¢?B?¢^ | 0011111101000010001111111000000110010001001111110100001000111111100000011001000101011110 | 3f423f81913f423f81915e |
EUC-JP | ?B?¢?B?¢^ | 0011111101000010001111111010000111110001001111110100001000111111101000011111000101011110 | 3f423fa1f13f423fa1f15e |
UTF-8 | B¢B¢^ | 110000101001001001000010110000101001000111000010101000101100001010010010010000101100001010010001110000101010001001011110 | c29242c291c2a2c29242c291c2a25e |
UHC | ?B???B??^ | 001111110100001000111111001111110011111101000010001111110011111101011110 | 3f423f3f3f423f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)