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 | 擾?????] | 1000111111101111001111110011111100111111001111110011111101011101 | 8fef3f3f3f3f3f5d |
EUC-JP | 擾?????] | 1011111011110001001111110011111100111111001111110011111101011101 | bef13f3f3f3f3f5d |
UTF-8 | 擾욥쓣溜묐젾] | 11100110100100111011111011101100100110101010010111101100100100111010001111101111101001111000101111101011101011001001000011101100101000001011111001011101 | e693beec9aa5ec93a3efa78bebac90eca0be5d |
UHC | 擾욥쓣溜묐젾] | 11101000111101101011111111101001100111011000010011101010111111101001000111101011101000001011000001011101 | e8f6bfe99d84eafe91eba0b05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)