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 | 帝?旨? | 100100101110100100111111100011100111110000111111 | 92e93f8e7c3f |
EUC-JP | 帝?旨? | 110001001110101100111111101110111101110100111111 | c4eb3fbbdd3f |
UTF-8 | 帝렡旨渴 | 111001011011100010011101111010111010000010100001111001101001011110101000111001101011100010110100 | e5b89deba0a1e697a8e6b8b4 |
UHC | 帝렡旨渴 | 1111000010101000100011101011001011110010101010011100101011100100 | f0a88eb2f2a9cae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)