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`° | 100100100100000110010001101100110100001010001100011000001001000110110000 | 924191b3428c6091b0 |
SJIS-WIN | ?A??B?`?° | 00111111010000010011111100111111010000100011111101100000001111111000000110001011 | 3f413f3f423f603f818b |
EUC-JP | ?A??B?`?° | 00111111010000010011111100111111010000100011111101100000001111111010000111101011 | 3f413f3f423f603fa1eb |
UTF-8 | A³B`° | 110000101001001001000001110000101001000111000010101100110100001011000010100011000110000011000010100100011100001010110000 | c29241c291c2b342c28c60c291c2b0 |
UHC | ?A?³B?`?° | 0011111101000001001111111010100111111000010000100011111101100000001111111010000111000110 | 3f413fa9f8423f603fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)