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 | äൻËäൠ| 1110010011100000101101011011101111001011111001001110000010110101 | e4e0b5bbcbe4e0b5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äà??Ëäà? | 100011111010101110100011100011111010101110100010001111110011111110001111101010101011001110001111101010111010001110001111101010111010001000111111 | 8faba38faba23f3f8faab38faba38faba23f |
UTF-8 | äൻËäൠ| 11000011101001001100001110100000110000101011010111000010101110111100001110001011110000111010010011000011101000001100001010110101 | c3a4c3a0c2b5c2bbc38bc3a4c3a0c2b5 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)