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 | 該捧y臟 | 1000101001011001100101011111100110000010100110011110010001100110 | 8a5995f98299e466 |
EUC-JP | 該捧y臟 | 1011001110111010110010101111101110100011111110011110011111000111 | b3bacafba3f9e7c7 |
UTF-8 | 該捧y臟 | 111010001010100110110010111001101000110110100111111011111011110110011001111010001000011110011111 | e8a9b2e68da7efbd99e8879f |
UHC | 該捧y臟 | 1111101010110001110111001110100110100011111110011110110111110100 | fab1dce9a3f9edf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)