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 | 汚х? | 1000100110011000100001001000011100111111 | 899884873f |
EUC-JP | 汚х? | 1011000111111000101001111110011100111111 | b1f8a7e73f |
UTF-8 | 汚х뭸 | 1110011010110001100110101101000110000101111010111010110110111000 | e6b19ad185ebadb8 |
UHC | 汚х뭸 | 111001111111110110101100111001111001001010000111 | e7fdace79287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)