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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 熒??^ | 100011111100101010100111001111110011111101011110 | 8fcaa73f3f5e |
UTF-8 | 熒쒘떆^ | 11100111100001101001001011101100100100101001100011101011100101101000011001011110 | e78692ec9298eb96865e |
UHC | 熒쒘떆^ | 11111011101001111001110011101110100010111001110001011110 | fba79cee8b9c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)