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 | 祭?應? | 100011011101010100111111100111001110010000111111 | 8dd53f9ce43f |
EUC-JP | 祭?應? | 101110101101011100111111110110001110011000111111 | bad73fd8e63f |
UTF-8 | 祭렱應렲 | 111001111010010110101101111010111010000010110001111001101000011110001001111010111010000010110010 | e7a5adeba0b1e68789eba0b2 |
UHC | 祭렱應렲 | 1111000010101110100011101011111011101011111010111000111010111111 | f0ae8ebeebeb8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)