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 | à¹áà¹á^ | 111000001011100111100001100011101110000010111001111000011000111001011110 | e0b9e18ee0b9e18e5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | à?á?à?á?^ | 1000111110101011101000100011111110001111101010111010000100111111100011111010101110100010001111111000111110101011101000010011111101011110 | 8faba23f8faba13f8faba23f8faba13f5e |
UTF-8 | à¹áà¹á^ | 1100001110100000110000101011100111000011101000011100001010001110110000111010000011000010101110011100001110100001110000101000111001011110 | c3a0c2b9c3a1c28ec3a0c2b9c3a1c28e5e |
UHC | ?¹???¹??^ | 0011111110101001111101100011111100111111001111111010100111110110001111110011111101011110 | 3fa9f63f3f3fa9f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)