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 | 袖炭村 | 100100011011001110010010010110011001000110111010 | 91b3925991ba |
EUC-JP | 袖炭村 | 110000101011010111000011101110101100001010111100 | c2b5c3bac2bc |
UTF-8 | 袖炭村 | 111010001010001010010110111001111000001010101101111001101001110110010001 | e8a296e782ade69d91 |
UHC | 袖炭村 | 111000101100000011110111101010011111010110111101 | e2c0f7a9f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)