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 | 111000110111010111100000110000101110001101110101111000001100001001000010 | e375e0c2e375e0c242 |
EUC-JP | 縉狡縉狡B | 111001011101011011100000110001001110010111010110111000001100010001000010 | e5d6e0c4e5d6e0c442 |
UTF-8 | 縉狡縉狡B | 11100111101110001000100111100111100010111010000111100111101110001000100111100111100010111010000101000010 | e7b889e78ba1e7b889e78ba142 |
UHC | 縉狡縉狡B | 111100101101101111001110111010101111001011011011110011101110101001000010 | f2dbceeaf2dbceea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)