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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 昌キショ晶ウ | 1000111110111001101101111011110010101110100011111011101110110011 | 8fb9b7bcae8fbbb3 |
EUC-JP | 昌キショ晶ウ | 101111101011101110001110101101111000111010111100100011101010111010111110101111011000111010110011 | bebb8eb78ebc8eaebebd8eb3 |
UTF-8 | 昌キショ晶ウ | 111001101001100010001100111011111011110110110111111011111011110110111100111011111011110110101110111001101001100110110110111011111011110110110011 | e6988cefbdb7efbdbcefbdaee699b6efbdb3 |
UHC | 昌???晶? | 1111001111100011001111110011111100111111111011111101110000111111 | f3e33f3f3fefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)