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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???源??^ | 0011111100111111001111111000110010111001001111110011111101011110 | 3f3f3f8cb93f3f5e |
EUC-JP | ???源??^ | 0011111100111111001111111011100010111011001111110011111101011110 | 3f3f3fb8bb3f3f5e |
UTF-8 | 琉됰젏源곗꺎^ | 11101111101001111000110011101011100100001011000011101100101000001000111111100110101110101001000011101010101100111001011111101010101110101000111001011110 | efa78ceb90b0eca08fe6ba90eab397eaba8e5e |
UHC | 琉됰젏源곗꺎^ | 11101011101001001000100111101011101000001001000011101010101110011011000011101100100000111011010001011110 | eba489eba090eab9b0ec83b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)