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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 炭脱炭脱B | 100100100101100110010010010001011001001001011001100100100100010101000010 | 925992459259924542 |
EUC-JP | 炭脱炭脱B | 110000111011101011000011101001101100001110111010110000111010011001000010 | c3bac3a6c3bac3a642 |
UTF-8 | 炭脱炭脱B | 11100111100000101010110111101000100001001011000111100111100000101010110111101000100001001011000101000010 | e782ade884b1e782ade884b142 |
UHC | 炭?炭?B | 11110111101010010011111111110111101010010011111101000010 | f7a93ff7a93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)