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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?μ?侑 | 001111111000001111001010001111111001100011010000 | 3f83ca3f98d0 |
EUC-JP | ?μ?侑 | 001111111010011011001100001111111101000011010010 | 3fa6cc3fd0d2 |
UTF-8 | 若μ궍侑 | 1110111110100101101101001100111010111100111010101011011010001101111001001011111010010001 | efa5b4cebceab68de4be91 |
UHC | 若μ궍侑 | 1110010110101110101001011110110010000010101000111110101011100010 | e5aea5ec82a3eae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)