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 | 蟻e? | 1000101101100001100000101000010100111111 | 8b6182853f |
EUC-JP | 蟻e? | 1011010111000010101000111110010100111111 | b5c2a3e53f |
UTF-8 | 蟻e깷 | 111010001001111110111011111011111011110110000101111010101011100110110111 | e89fbbefbd85eab9b7 |
UHC | 蟻e깷 | 111010111111110010100011111001011000001110100101 | ebfca3e583a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)