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 | 踝ъГ踐 | 1110011011110100100001001000110010000100010000111110011011110110 | e6f4848c8443e6f6 |
EUC-JP | 踝ъГ踐 | 1110110011110110101001111110110010100111101001001110110011111000 | ecf6a7eca7a4ecf8 |
UTF-8 | 踝ъГ踐 | 11101000101110001001110111010001100010101101000010010011111010001011100010010000 | e8b89dd18ad093e8b890 |
UHC | ?ъГ踐 | 00111111101011001110110010101100101001001111010011000010 | 3facecaca4f4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)