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 | oâ²âe | 100111100110111111100010101100101110001001100101 | 9e6fe2b2e265 |
SJIS-WIN | ?o???e | 001111110110111100111111001111110011111101100101 | 3f6f3f3f3f65 |
EUC-JP | ?oâ?âe | 00111111011011111000111110101011101001000011111110001111101010111010010001100101 | 3f6f8faba43f8faba465 |
UTF-8 | oâ²âe | 11000010100111100110111111000011101000101100001010110010110000111010001001100101 | c29e6fc3a2c2b2c3a265 |
UHC | ?o?²?e | 00111111011011110011111110101001111101110011111101100101 | 3f6f3fa9f73f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)