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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??愕???? | 0011111100111111100111001011000100111111001111110011111100111111 | 3f3f9cb13f3f3f3f |
EUC-JP | ??愕???? | 0011111100111111110110001011001100111111001111110011111100111111 | 3f3fd8b33f3f3f3f |
UTF-8 | 뤹쵍愕렕렣롍롕 | 111010111010010010111001111011001011010110001101111001101000010010010101111010111010000010010101111010111010000010100011111010111010000110001101111010111010000110010101 | eba4b9ecb58de68495eba095eba0a3eba18deba195 |
UHC | 뤹쵍愕렕렣롍롕 | 1000111111100111101011001000111111100100110000111000111010101010100011101011010010001110110100111000111011011001 | 8fe7ac8fe4c38eaa8eb48ed38ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)