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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 泂?岵?? | 100011111100011011110110001111111000111110111011101101110011111100111111 | 8fc6f63f8fbbb73f3f |
UTF-8 | 泂렭岵쭹렖 | 111001101011001110000010111010111010000010101101111001011011001010110101111011001010110110111001111010111010000010010110 | e6b382eba0ade5b2b5ecadb9eba096 |
UHC | 泂렭岵쭹렖 | 11111011101000101000111010111010111110111100000011000010111001111000111010101011 | fba28ebafbc0c2e78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)