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 | 諸?廓漬 | 10001111100101000011111110001010011001101001001011010000 | 8f943f8a6692d0 |
EUC-JP | 諸?廓漬 | 10111101111101000011111110110011110001111100010011010010 | bdf43fb3c7c4d2 |
UTF-8 | 諸계廓漬 | 111010001010101110111000111010101011001110000100111001011011101110010011111001101011110010101100 | e8abb8eab384e5bb93e6bcac |
UHC | 諸계廓漬 | 1111000010110011101100001110100011001110101010011111001010110000 | f0b3b0e8cea9f2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)