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 | 踵也寮鮨 | 1110011011111001100101101110011110010111101111101110100110111101 | e6f996e797bee9bd |
EUC-JP | 踵也寮鮨 | 1110110011111011110011001110100111001110110000001111001010111111 | ecfbcce9cec0f2bf |
UTF-8 | 踵也寮鮨 | 111010001011100010110101111001001011100110011111111001011010111110101110111010011010111010101000 | e8b8b5e4b99fe5afaee9aea8 |
UHC | 踵也寮? | 11110001101000101110010110100101110101101111011100111111 | f1a2e5a5d6f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)