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 | 莪傑謙冐 | 1110010010101110100011001000011010001100101010101110001111101100 | e4ae8c868caae3ec |
EUC-JP | 莪傑謙冐 | 1110100010110000101101111110011010111000101011001110011011101110 | e8b0b7e6b8ace6ee |
UTF-8 | 莪傑謙冐 | 111010001000111010101010111001011000001010010001111010001010110010011001111001011000011010010000 | e88eaae58291e8ac99e58690 |
UHC | 莪傑謙? | 11100100101101011100101111111000110011001100010100111111 | e4b5cbf8ccc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)