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 | DDB±B | 1001001001000100010001001001001001000010100100011011000101000010 | 924444924291b142 |
SJIS-WIN | ?DD?B?±B | 001111110100010001000100001111110100001000111111100000010111110101000010 | 3f44443f423f817d42 |
EUC-JP | ?DD?B?±B | 001111110100010001000100001111110100001000111111101000011101111001000010 | 3f44443f423fa1de42 |
UTF-8 | DDB±B | 110000101001001001000100010001001100001010010010010000101100001010010001110000101011000101000010 | c2924444c29242c291c2b142 |
UHC | ?DD?B?±B | 001111110100010001000100001111110100001000111111101000011011111001000010 | 3f44443f423fa1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)