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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莪傑謙 | 111001001010111010001100100001101000110010101010 | e4ae8c868caa |
EUC-JP | 莪傑謙 | 111010001011000010110111111001101011100010101100 | e8b0b7e6b8ac |
UTF-8 | 莪傑謙 | 111010001000111010101010111001011000001010010001111010001010110010011001 | e88eaae58291e8ac99 |
UHC | 莪傑謙 | 111001001011010111001011111110001100110011000101 | e4b5cbf8ccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)