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 | è\íMä¡ | 1110100001011100100010001110110110001111010011011110010010100001 | e85c88ed8f4de4a1 |
SJIS-WIN | ?\???M?? | 0011111101011100001111110011111100111111010011010011111100111111 | 3f5c3f3f3f4d3f3f |
EUC-JP | è\?í?Mä¡ | 10001111101010111011001001011100001111111000111110101011101111110011111101001101100011111010101110100011100011111010001011000010 | 8fabb25c3f8fabbf3f4d8faba38fa2c2 |
UTF-8 | è\íMä¡ | 1100001110101000010111001100001010001000110000111010110111000010100011110100110111000011101001001100001010100001 | c3a85cc288c3adc28f4dc3a4c2a1 |
UHC | ?\???M?¡ | 001111110101110000111111001111110011111101001101001111111010001010101110 | 3f5c3f3f3f4d3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)