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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 諸?廓漬?h | 100011111001010000111111100010100110011010010010110100000011111101101000 | 8f943f8a6692d03f68 |
EUC-JP | 諸?廓漬?h | 101111011111010000111111101100111100011111000100110100100011111101101000 | bdf43fb3c7c4d23f68 |
UTF-8 | 諸계廓漬쀼h | 11101000101010111011100011101010101100111000010011100101101110111001001111100110101111001010110011101100100000001011110001101000 | e8abb8eab384e5bb93e6bcacec80bc68 |
UHC | 諸계廓漬쀼h | 1111000010110011101100001110100011001110101010011111001010110000101110111101100001101000 | f0b3b0e8cea9f2b0bbd868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)