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 | 00111111100011110111101000111111100011110111101001000010 | 3f8f7a3f8f7a42 |
EUC-JP | ?循?循B | 00111111101111011101101100111111101111011101101101000010 | 3fbddb3fbddb42 |
UTF-8 | 栒循栒循B | 11100110101000001001001011100101101111101010101011100110101000001001001011100101101111101010101001000010 | e6a092e5beaae6a092e5beaa42 |
UHC | 栒循栒循B | 111000101110001111100010111000001110001011100011111000101110000001000010 | e2e3e2e0e2e3e2e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)