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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韃珠ш粡。 | 111010001110010110001110111011001000010010001010111000101110011110100001 | e8e58eec848ae2e7a1 |
EUC-JP | 韃珠ш粡。 | 11110000111001111011110011101110101001111110101011100100111010011000111010100001 | f0e7bceea7eae4e98ea1 |
UTF-8 | 韃珠ш粡。 | 1110100110011111100000111110011110001111101000001101000110001000111001111011001010100001111011111011110110100001 | e99f83e78fa0d188e7b2a1efbda1 |
UHC | ?珠ш?? | 00111111111100011100000110101100111010100011111100111111 | 3ff1c1acea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)