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 | 遽剰クオ | 111001111010111110001111111010001011100010110101 | e7af8fe8b8b5 |
EUC-JP | 遽剰クオ | 1110111010110001101111101110101010001110101110001000111010110101 | eeb1beea8eb88eb5 |
UTF-8 | 遽剰クオ | 111010011000000110111101111001011000100110110000111011111011110110111000111011111011110110110101 | e981bde589b0efbdb8efbdb5 |
UHC | 遽??? | 1100101111101000001111110011111100111111 | cbe83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)