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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 秧① | 11100010010111101000011101000000 | e25e8740 |
EUC-JP | 秧? | 111000111011111100111111 | e3bf3f |
UTF-8 | 秧① | 111001111010011110100111111000101001000110100000 | e7a7a7e291a0 |
UHC | 秧① | 11100100111010111010100011100111 | e4eba8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)