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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ン涬笋ミ | 110111011111101101000001111000101010001011010000 | ddfb41e2a2d0 |
EUC-JP | ン涬笋ミ | 100011101101110110001111110001111100111111100100101001001000111011010000 | 8edd8fc7cfe4a48ed0 |
UTF-8 | ン涬笋ミ | 111011111011111010011101111001101011011010101100111001111010110010001011111011111011111010010000 | efbe9de6b6ace7ac8befbe90 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)