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 | 円??^ | 1000100101111110001111110011111101011110 | 897e3f3f5e |
EUC-JP | 円??^ | 1011000111011111001111110011111101011110 | b1df3f3f5e |
UTF-8 | 円쎾뭏^ | 11100101100001101000011011101100100011101011111011101011101011011000111101011110 | e58686ec8ebeebad8f5e |
UHC | 円쎾뭏^ | 11100101111101111001101111100101101110011011100001011110 | e5f79be5b9b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)