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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 關灘、ァ笏 | 1110100010010000100100111110010110100100101001111110001010010100 | e89093e5a4a7e294 |
EUC-JP | 關灘、ァ笏 | 11101111111100001100011011100111100011101010010010001110101001111110001111110100 | eff0c6e78ea48ea7e3f4 |
UTF-8 | 關灘、ァ笏 | 111010011001011110011100111001111000000110011000111011111011110110100100111011111011110110100111111001111010110010001111 | e9979ce78198efbda4efbda7e7ac8f |
UHC | 關灘??笏 | 1100111010111100111101111010100000111111001111111111101111101110 | cebcf7a83f3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)