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 | 薔ワ輯蔔 | 1110010101001011100000111000111110001111010100111110010011110111 | e54b838f8f53e4f7 |
EUC-JP | 薔ワ輯蔔 | 1110100110101100101001011110111110111101101101001110100011111001 | e9aca5efbdb4e8f9 |
UTF-8 | 薔ワ輯蔔 | 111010001001011010010100111000111000001110101111111010001011110010101111111010001001010010010100 | e89694e383afe8bcafe89494 |
UHC | 薔ワ輯蔔 | 1110110111111001101010111110111111110010111111101101110011011011 | edf9abeff2fedcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)