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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 円?円?^ | 10001001011111100011111110001001011111100011111101011110 | 897e3f897e3f5e |
EUC-JP | 円?円?^ | 10110001110111110011111110110001110111110011111101011110 | b1df3fb1df3f5e |
UTF-8 | 円쿏円쿏^ | 11100101100001101000011011101100101111111000111111100101100001101000011011101100101111111000111101011110 | e58686ecbf8fe58686ecbf8f5e |
UHC | 円쿏円쿏^ | 111001011111011110110011010001001110010111110111101100110100010001011110 | e5f7b344e5f7b3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)