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 | @S°Nº | 10010010010000001001001001010011100100011011000010010010010011101001000110111010 | 9240925391b0924e91ba |
SJIS-WIN | ?@?S?°?N?? | 0011111101000000001111110101001100111111100000011000101100111111010011100011111100111111 | 3f403f533f818b3f4e3f3f |
EUC-JP | ?@?S?°?N?º | 00111111010000000011111101010011001111111010000111101011001111110100111000111111100011111010001011101011 | 3f403f533fa1eb3f4e3f8fa2eb |
UTF-8 | @S°Nº | 1100001010010010010000001100001010010010010100111100001010010001110000101011000011000010100100100100111011000010100100011100001010111010 | c29240c29253c291c2b0c2924ec291c2ba |
UHC | ?@?S?°?N?º | 001111110100000000111111010100110011111110100001110001100011111101001110001111111010100010101100 | 3f403f533fa1c63f4e3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)