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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 傳?爭?] | 10011001010000100011111111100000101001010011111101011101 | 99423fe0a53f5d |
EUC-JP | 傳?爭?] | 11010001101000110011111111100000101001110011111101011101 | d1a33fe0a73f5d |
UTF-8 | 傳렦爭렗] | 11100101100000101011001111101011101000001010011011100111100010001010110111101011101000001001011101011101 | e582b3eba0a6e788adeba0975d |
UHC | 傳렦爭렗] | 111011101110111010001110101101011110111010110011100011101010110001011101 | eeee8eb5eeb38eac5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)