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 | 弱?ク鸚 | 10001110111000110011111110000011010011101110101001011111 | 8ee33f834eea5f |
EUC-JP | 弱?ク鸚 | 10111100111001010011111110100101101011111111001111000000 | bce53fa5aff3c0 |
UTF-8 | 弱딁ク鸚 | 111001011011110010110001111010111001010010000001111000111000001010101111111010011011100010011010 | e5bcb1eb9481e382afe9b89a |
UHC | 弱딁ク鸚 | 1110010110110000100010101110011110101011101011111110010110100100 | e5b08ae7abafe5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)