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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 揶??兀??] | 100111011000100000111111001111111001100101011001001111110011111101011101 | 9d883f3f99593f3f5d |
EUC-JP | 揶??兀??] | 110110011110100000111111001111111101000110111010001111110011111101011101 | d9e83f3fd1ba3f3f5d |
UTF-8 | 揶쏅젍兀볥젘] | 11100110100011111011011011101100100011111000010111101100101000001000110111100101100001011000000011101011101100111010010111101100101000001001100001011101 | e68fb6ec8f85eca08de58580ebb3a5eca0985d |
UHC | 揶쏅젍兀볥젘] | 11100101101010101001101111101011101000001000111011101000101101001001001111101011101000001001010001011101 | e5aa9beba08ee8b493eba0945d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)