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 | ツ環タ | 1100001010001010110000101000001101011110 | c28ac2835e |
EUC-JP | ツ環タ | 100011101100001010110100110001001010010110111111 | 8ec2b4c4a5bf |
UTF-8 | ツ環タ | 111011111011111010000010111001111001001010110000111000111000001010111111 | efbe82e792b0e382bf |
UHC | ?環タ | 0011111111111100101110111010101110111111 | 3ffcbbabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)