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 | 永?}永?{^ | 100010010110100100111111011111011000100101101001001111110111101101011110 | 89693f7d89693f7b5e |
EUC-JP | 永?}永?{^ | 101100011100101000111111011111011011000111001010001111110111101101011110 | b1ca3f7db1ca3f7b5e |
UTF-8 | 永괮}永괮{^ | 111001101011000010111000111010101011010010101110011111011110011010110000101110001110101010110100101011100111101101011110 | e6b0b8eab4ae7de6b0b8eab4ae7b5e |
UHC | 永괮}永괮{^ | 1110011110110101100000100101010101111101111001111011010110000010010101010111101101011110 | e7b582557de7b582557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)