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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 円?? | 10001001011111100011111100111111 | 897e3f3f |
EUC-JP | 円?? | 10110001110111110011111100111111 | b1df3f3f |
UTF-8 | 円랑막 | 111001011000011010000110111010111001111010010001111010111010011110001001 | e58686eb9e91eba789 |
UHC | 円랑막 | 111001011111011110110110111110111011100010110111 | e5f7b6fbb8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)