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 | 吾у? | 1000110011100001100001001000010100111111 | 8ce184853f |
EUC-JP | 吾у? | 1011100011100011101001111110010100111111 | b8e3a7e53f |
UTF-8 | 吾у읆 | 1110010110010000101111101101000110000011111011001001110110000110 | e590bed183ec9d86 |
UHC | 吾у읆 | 111001111110111010101100111001011001111110111100 | e7eeace59fbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)