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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 址?頗^ | 100110101010110000111111100100001001110001011110 | 9aac3f909c5e |
EUC-JP | 址?頗^ | 110101001010111000111111101111111111110001011110 | d4ae3fbffc5e |
UTF-8 | 址빚頗^ | 11100101100111011000000011101011101110011001101011101001101000001001011101011110 | e59d80ebb99ae9a0975e |
UHC | 址빚頗^ | 11110010101000111011101011111010111101111111011001011110 | f2a3bafaf7f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)