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 | ä»[ä | 11100100101110111000001010001111100011110101101111100100 | e4bb828f8f5be4 |
SJIS-WIN | ?????[? | 00111111001111110011111100111111001111110101101100111111 | 3f3f3f3f3f5b3f |
EUC-JP | ä????[ä | 1000111110101011101000110011111100111111001111110011111101011011100011111010101110100011 | 8faba33f3f3f3f5b8faba3 |
UTF-8 | ä»[ä | 11000011101001001100001010111011110000101000001011000010100011111100001010001111010110111100001110100100 | c3a4c2bbc282c28fc28f5bc3a4 |
UHC | ?????[? | 00111111001111110011111100111111001111110101101100111111 | 3f3f3f3f3f5b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)