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 | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | ??P畯?? | 00111111001111110101000011111011011011110011111100111111 | 3f3f50fb6f3f3f |
EUC-JP | ??P畯?? | 0011111100111111010100001000111111001101101110110011111100111111 | 3f3f508fcdbb3f3f |
UTF-8 | 亐렕P畯흔렚 | 11100100101110101001000011101011101000001001010101010000111001111001010110101111111011011001110110010100111010111010000010011010 | e4ba90eba09550e795afed9d94eba09a |
UHC | 亐렕P畯흔렚 | 1110101010100111100011101010101001010000111100011110000111001000111001111000111010101101 | eaa78eaa50f1e1c8e78ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)