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 | 歪???? | 100110000110001100111111001111110011111100111111 | 98633f3f3f3f |
EUC-JP | 歪???? | 110011111100010000111111001111110011111100111111 | cfc43f3f3f3f |
UTF-8 | 歪껆퉽力껧 | 111001101010110110101010111010101011101110000110111011011000100110111101111011111010011010001010111010101011101110100111 | e6adaaeabb86ed89bdefa68aeabba7 |
UHC | 歪껆퉽力껧 | 11101000111000001000001111100111101110011001010111100110101100111000010001000010 | e8e083e7b995e6b38442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)