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 | ê±°í | 111010101011000110110000111011011000001110011101 | eab1b0ed839d |
SJIS-WIN | ?±°??? | 0011111110000001011111011000000110001011001111110011111100111111 | 3f817d818b3f3f3f |
EUC-JP | ê±°í?? | 100011111010101110110100101000011101111010100001111010111000111110101011101111110011111100111111 | 8fabb4a1dea1eb8fabbf3f3f |
UTF-8 | ê±°í | 110000111010101011000010101100011100001010110000110000111010110111000010100000111100001010011101 | c3aac2b1c2b0c3adc283c29d |
UHC | ?±°??? | 0011111110100001101111101010000111000110001111110011111100111111 | 3fa1bea1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)