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 | 鄧礼朕 | 111110111011100110010111111001111001001010111101 | fbb997e792bd |
EUC-JP | 鄧礼朕 | 10001111111000101100011111001110111010011100010010111111 | 8fe2c7cee9c4bf |
UTF-8 | 鄧礼朕 | 111010011000010010100111111001111010010010111100111001101001110010010101 | e984a7e7a4bce69c95 |
UHC | 鄧?朕 | 1101010011111000001111111111001011111001 | d4f83ff2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)