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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畆畆畆畆 | 1110000101011011111000010101101111100001010110111110000101011011 | e15be15be15be15b |
EUC-JP | 畆畆畆畆 | 1110000110111100111000011011110011100001101111001110000110111100 | e1bce1bce1bce1bc |
UTF-8 | 畆畆畆畆 | 111001111001010110000110111001111001010110000110111001111001010110000110111001111001010110000110 | e79586e79586e79586e79586 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)