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 | 誼?戟虞 | 10001011011000100011111110001100100000011000101111110001 | 8b623f8c818bf1 |
EUC-JP | 誼?戟虞 | 10110101110000110011111110110111111000011011011011110011 | b5c33fb7e1b6f3 |
UTF-8 | 誼잭戟虞 | 111010001010101010111100111011001001111010101101111001101000100010011111111010001001100110011110 | e8aabcec9eade6889fe8999e |
UHC | 誼잭戟虞 | 1110101111111110110000001110100011010000101111011110100111100101 | ebfec0e8d0bde9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)