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 | 莨件十薔 | 1110010010111100100011001000111110001111010111001110010101001011 | e4bc8c8f8f5ce54b |
EUC-JP | 莨件十薔 | 1110100010111110101101111110111110111101101111011110100110101100 | e8beb7efbdbde9ac |
UTF-8 | 莨件十薔 | 111010001000111010101000111001001011101110110110111001011000110110000001111010001001011010010100 | e88ea8e4bbb6e58d81e89694 |
UHC | ?件十薔 | 00111111110010111110110011100100101010001110110111111001 | 3fcbece4a8edf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)