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 | ?¾? | 001111111011111000111111 | 3fbe3f |
SJIS-WIN | 円?? | 10001001011111100011111100111111 | 897e3f3f |
EUC-JP | 円?? | 10110001110111110011111100111111 | b1df3f3f |
UTF-8 | 円¾땟 | 1110010110000110100001101100001010111110111010111001010110011111 | e58686c2beeb959f |
UHC | 円¾땟 | 111001011111011110101000111110101011011010101101 | e5f7a8fab6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)