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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 娛뤺폊溜뀀젫娛 | 111001011010100010011011111010111010010010111010111011011000111110001010111011111010011110001011111010111000000010000000111011001010000010101011111001011010100010011011 | e5a89beba4baed8f8aefa78beb8080eca0abe5a89b |
UHC | 娛뤺폊溜뀀젫娛 | 1110011111110100100011111110100010111100100101011110101011111110101100101110101110100000101000111110011111110100 | e7f48fe8bc95eafeb2eba0a3e7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)