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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | シセ狢シー^ | 10111100101111101110000011000000101111001011000001011110 | bcbee0c0bcb05e |
EUC-JP | シセ狢シー^ | 1000111010111100100011101011111011100000110000101000111010111100100011101011000001011110 | 8ebc8ebee0c28ebc8eb05e |
UTF-8 | シセ狢シー^ | 11101111101111011011110011101111101111011011111011100111100010111010001011101111101111011011110011101111101111011011000001011110 | efbdbcefbdbee78ba2efbdbcefbdb05e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)