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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 蟻?? | 10001011011000010011111100111111 | 8b613f3f |
EUC-JP | 蟻®? | 101101011100001010001111101000101110111000111111 | b5c28fa2ee3f |
UTF-8 | 蟻®㉥ | 1110100010011111101110111100001010101110111000111000100110100101 | e89fbbc2aee389a5 |
UHC | 蟻®㉥ | 111010111111110010100010111001111010100010110110 | ebfca2e7a8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)