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 | 竣?只矜? | 1000111101110110001111111001000111111100111000011110000000111111 | 8f763f91fce1e03f |
EUC-JP | 竣?只矜? | 1011110111010111001111111100001011111110111000101110001000111111 | bdd73fc2fee2e23f |
UTF-8 | 竣렞只矜껙 | 111001111010101110100011111010111010000010011110111001011000111110101010111001111001111110011100111010101011101110011001 | e7aba3eba09ee58faae79f9ceabb99 |
UHC | 竣렞只矜껙 | 11110001111000101000111010101111111100011111111011010000111010001011001010110011 | f1e28eaff1fed0e8b2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)