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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 勺鹿糶蔡^ | 100011101101100110001110101011011110001011111010111001001110111101011110 | 8ed98eade2fae4ef5e |
EUC-JP | 勺鹿糶蔡^ | 101111001101101110111100101011111110010011111100111010001111000101011110 | bcdbbcafe4fce8f15e |
UTF-8 | 勺鹿糶蔡^ | 11100101100010111011101011101001101110011011111111100111101100111011011011101000100101001010000101011110 | e58bbae9b9bfe7b3b6e894a15e |
UHC | 勺鹿?蔡^ | 1110110111000011110101101110001100111111111100111111100101011110 | edc3d6e33ff3f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)