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 | ?貽鄲 | 0011111111100110110001001110011111000000 | 3fe6c4e7c0 |
EUC-JP | 鸖貽鄲 | 10001111111011001101010111101100110001101110111011000010 | 8fecd5ecc6eec2 |
UTF-8 | 鸖貽鄲 | 111010011011100010010110111010001011001010111101111010011000010010110010 | e9b896e8b2bde984b2 |
UHC | ?貽鄲 | 0011111111101100110000101101001110110011 | 3fecc2d3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)