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 | 100100011010111110010001101100001001001001000001100100011011001101000010 | 91af91b0924191b342 |
SJIS-WIN | ???°?A??B | 00111111001111110011111110000001100010110011111101000001001111110011111101000010 | 3f3f3f818b3f413f3f42 |
EUC-JP | ?¯?°?A??B | 001111111000111110100010101101000011111110100001111010110011111101000001001111110011111101000010 | 3f8fa2b43fa1eb3f413f3f42 |
UTF-8 | ¯°A³B | 11000010100100011100001010101111110000101001000111000010101100001100001010010010010000011100001010010001110000101011001101000010 | c291c2afc291c2b0c29241c291c2b342 |
UHC | ???°?A?³B | 0011111100111111001111111010000111000110001111110100000100111111101010011111100001000010 | 3f3f3fa1c63f413fa9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)