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 | 豫êµê³ | 1110100010110001101010111110101010110101100111111110101010110011 | e8b1abeab59feab3 |
SJIS-WIN | ?±?????? | 001111111000000101111101001111110011111100111111001111110011111100111111 | 3f817d3f3f3f3f3f3f |
EUC-JP | è±?ê??ê? | 100011111010101110110010101000011101111000111111100011111010101110110100001111110011111110001111101010111011010000111111 | 8fabb2a1de3f8fabb43f3f8fabb43f |
UTF-8 | 豫êµê³ | 11000011101010001100001010110001110000101010101111000011101010101100001010110101110000101001111111000011101010101100001010110011 | c3a8c2b1c2abc3aac2b5c29fc3aac2b3 |
UHC | ?±?????³ | 00111111101000011011111000111111001111110011111100111111001111111010100111111000 | 3fa1be3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)