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 | ⅶ疾 | 111110100100011010001110101111101111000010101101 | fa468ebef0ad |
EUC-JP | ?疾? | 00111111101111001100000000111111 | 3fbcc03f |
UTF-8 | ⅶ疾 | 111000101000010110110110111001111001011010111110111011101000000110101100 | e285b6e796beee81ac |
UHC | ⅶ疾? | 1010010110100111111100101111000000111111 | a5a7f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)