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 | 駭??骸 | 111010010110111000111111001111111000101001011011 | e96e3f3f8a5b |
EUC-JP | 駭?琯骸 | 1111000111001111001111111000111111001100101100111011001110111100 | f1cf3f8fccb3b3bc |
UTF-8 | 駭累琯骸 | 111010011010011110101101111011111010010110001111111001111001000010101111111010011010101010111000 | e9a7adefa58fe790afe9aab8 |
UHC | 駭累琯骸 | 1111101010110100110100101110100111001110101101011111101010110101 | fab4d2e9ceb5fab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)