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 | ä¦á | 1110010010010101100000111000101110000100101001101110000110000011 | e495838b84a6e183 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ä????¦á? | 1000111110101011101000110011111100111111001111110011111110001111101000101100001110001111101010111010000100111111 | 8faba33f3f3f3f8fa2c38faba13f |
UTF-8 | ä¦á | 11000011101001001100001010010101110000101000001111000010100010111100001010000100110000101010011011000011101000011100001010000011 | c3a4c295c283c28bc284c2a6c3a1c283 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)