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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辣ョ諸堤朕 | 111001111000010110101110111110111010100110010010111001111001001010111101 | e785aefba992e792bd |
EUC-JP | 辣ョ?堤朕 | 111011011110010110001110101011100011111111000100111010011100010010111111 | ede58eae3fc4e9c4bf |
UTF-8 | 辣ョ諸堤朕 | 111010001011111010100011111011111011110110101110111011111010100010100010111001011010000010100100111001101001110010010101 | e8bea3efbdaeefa8a2e5a0a4e69c95 |
UHC | 辣??堤朕 | 1101010110111000001111110011111111110000101001111111001011111001 | d5b83f3ff0a7f2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)