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 | Çdz | 1000111111000111110001111000111010110011 | 8fc7c78eb3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÇÇ?? | 001111111000111110101010101011101000111110101010101011100011111100111111 | 3f8faaae8faaae3f3f |
UTF-8 | Çdz | 11000010100011111100001110000111110000111000011111000010100011101100001010110011 | c28fc387c387c28ec2b3 |
UHC | ????³ | 001111110011111100111111001111111010100111111000 | 3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)