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 | 鄙包ィ甜 | 11100111101111111001010111101111101010001001001101011011 | e7bf95efa8935b |
EUC-JP | 鄙包ィ甜 | 1110111011000001110010101111000110001110101010001100010110111100 | eec1caf18ea8c5bc |
UTF-8 | 鄙包ィ甜 | 111010011000010010011001111001011000110010000101111011111011110110101000111001111001010010011100 | e98499e58c85efbda8e7949c |
UHC | 鄙包?? | 110111101010100111111000110100000011111100111111 | dea9f8d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)