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 | 佇瓏? | 1001100011001000111000001111101000111111 | 98c8e0fa3f |
EUC-JP | 佇瓏? | 1101000011001010111000001111110000111111 | d0cae0fc3f |
UTF-8 | 佇瓏렗 | 111001001011110110000111111001111001001110001111111010111010000010010111 | e4bd87e7938feba097 |
UHC | 佇瓏렗 | 111011101011011111010110111010101000111010101100 | eeb7d6ea8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)