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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 炭蔵速F | 10010010010110011001000110100000100100011010110001000110 | 925991a091ac46 |
EUC-JP | 炭蔵速F | 11000011101110101100001010100010110000101010111001000110 | c3bac2a2c2ae46 |
UTF-8 | 炭蔵速F | 11100111100000101010110111101000100101001011010111101001100000001001111101000110 | e782ade894b5e9809f46 |
UHC | 炭?速F | 111101111010100100111111111000011101110001000110 | f7a93fe1dc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)