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 | Þ÷}iÞ÷}iB | 110111101111011101111101011010011101111011110111011111010110100101000010 | def77d69def77d6942 |
SJIS-WIN | ?÷}i?÷}iB | 0011111110000001100000000111110101101001001111111000000110000000011111010110100101000010 | 3f81807d693f81807d6942 |
EUC-JP | Þ÷}iÞ÷}iB | 100011111010100110110000101000011110000001111101011010011000111110101001101100001010000111100000011111010110100101000010 | 8fa9b0a1e07d698fa9b0a1e07d6942 |
UTF-8 | Þ÷}iÞ÷}iB | 11000011100111101100001110110111011111010110100111000011100111101100001110110111011111010110100101000010 | c39ec3b77d69c39ec3b77d6942 |
UHC | Þ÷}iÞ÷}iB | 10101000101011011010000111000000011111010110100110101000101011011010000111000000011111010110100101000010 | a8ada1c07d69a8ada1c07d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)