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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 琉笘 | 10010111101011101110001010011000 | 97aee298 |
EUC-JP | 琉笘 | 11001110101100001110001111111000 | ceb0e3f8 |
UTF-8 | 琉笘 | 111001111001000010001001111001111010110010011000 | e79089e7ac98 |
UHC | 琉? | 110101111011100000111111 | d7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)