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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | ?讌巐喜イゥY | 00111111111001101010010111111010101101101000101011101100101100101010100101011001 | 3fe6a5fab68aecb2a959 |
EUC-JP | 嶴讌巐喜イゥY | 100011111011101111110011111011001010011110001111101110111111100110110100111011101000111010110010100011101010100101011001 | 8fbbf3eca78fbbf9b4ee8eb28ea959 |
UTF-8 | 嶴讌巐喜イゥY | 11100101101101101011010011101000101011101000110011100101101101111001000011100101100101101001110011101111101111011011001011101111101111011010100101011001 | e5b6b4e8ae8ce5b790e5969cefbdb2efbda959 |
UHC | ???喜??Y | 0011111100111111001111111111110111101100001111110011111101011001 | 3f3f3ffdec3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)