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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔f▼絮 | 1110010101001011100000101000011010000001101001011110001101010000 | e54b828681a5e350 |
EUC-JP | 薔f▼絮 | 1110100110101100101000111110011010100010101001111110010110110001 | e9aca3e6a2a7e5b1 |
UTF-8 | 薔f▼絮 | 111010001001011010010100111011111011110110000110111000101001011010111100111001111011010110101110 | e89694efbd86e296bce7b5ae |
UHC | 薔f▼絮 | 1110110111111001101000111110011010100001111001011101111111111100 | edf9a3e6a1e5dffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)