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 | 﨨萪浯^ | 11111011110110101110010011010010111110101111110001011110 | fbdae4d2fafc5e |
EUC-JP | ?萪浯^ | 00111111111010001101010010001111110001111100001101011110 | 3fe8d48fc7c35e |
UTF-8 | 﨨萪浯^ | 11101111101010001010100011101000100100001010101011100110101101011010111101011110 | efa8a8e890aae6b5af5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)