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 | çôí°B | 11100111111101001000111111101101100011011011000001000010 | e7f48fed8db042 |
SJIS-WIN | ?????°B | 0011111100111111001111110011111100111111100000011000101101000010 | 3f3f3f3f3f818b42 |
EUC-JP | çô?í?°B | 1000111110101011101011101000111110101011110101000011111110001111101010111011111100111111101000011110101101000010 | 8fabae8fabd43f8fabbf3fa1eb42 |
UTF-8 | çôí°B | 11000011101001111100001110110100110000101000111111000011101011011100001010001101110000101011000001000010 | c3a7c3b4c28fc3adc28dc2b042 |
UHC | ?????°B | 0011111100111111001111110011111100111111101000011100011001000010 | 3f3f3f3f3fa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)