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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鶩?}鶩?{^ | 111010100100111000111111011111011110101001001110001111110111101101011110 | ea4e3f7dea4e3f7b5e |
EUC-JP | 鶩?}鶩?{^ | 111100111010111100111111011111011111001110101111001111110111101101011110 | f3af3f7df3af3f7b5e |
UTF-8 | 鶩녈}鶩녈{^ | 111010011011011010101001111010111000010110001000011111011110100110110110101010011110101110000101100010000111101101011110 | e9b6a9eb85887de9b6a9eb85887b5e |
UHC | 鶩녈}鶩녈{^ | 1101100111010000101100111110001101111101110110011101000010110011111000110111101101011110 | d9d0b3e37dd9d0b3e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)