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 | 薔ワ醜膰 | 1110010101001011100000111000111110001111010110001110010001010111 | e54b838f8f58e457 |
EUC-JP | 薔ワ醜膰 | 1110100110101100101001011110111110111101101110011110011110111000 | e9aca5efbdb9e7b8 |
UTF-8 | 薔ワ醜膰 | 111010001001011010010100111000111000001110101111111010011000011010011100111010001000011010110000 | e89694e383afe9869ce886b0 |
UHC | 薔ワ醜? | 11101101111110011010101111101111111101011101110100111111 | edf9abeff5dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)