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 | A§B¸^ | 100100100100000110010001101001111001001001000010100100011011100001011110 | 924191a7924291b85e |
SJIS-WIN | ?A?§?B??^ | 00111111010000010011111110000001100110000011111101000010001111110011111101011110 | 3f413f81983f423f3f5e |
EUC-JP | ?A?§?B?¸^ | 001111110100000100111111101000011111100000111111010000100011111110001111101000101011000101011110 | 3f413fa1f83f423f8fa2b15e |
UTF-8 | A§B¸^ | 110000101001001001000001110000101001000111000010101001111100001010010010010000101100001010010001110000101011100001011110 | c29241c291c2a7c29242c291c2b85e |
UHC | ?A?§?B?¸^ | 0011111101000001001111111010000111010111001111110100001000111111101000101010110001011110 | 3f413fa1d73f423fa2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)