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 | 宰?〕喩 | 10001101110010010011111110000001011011001001101001100111 | 8dc93f816c9a67 |
EUC-JP | 宰?〕喩 | 10111010110010110011111110100001110011011101001111001000 | bacb3fa1cdd3c8 |
UTF-8 | 宰용〕喩 | 111001011010111010110000111011001001101010101001111000111000000010010101111001011001011010101001 | e5aeb0ec9aa9e38095e596a9 |
UHC | 宰용〕喩 | 1110111010100101101111111110101110100001101100111110101011100111 | eea5bfeba1b3eae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)