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 | 髙ミ氿韲イ | 1111101111111100110100001111101011110101111010001110110010110010 | fbfcd0faf5e8ecb2 |
EUC-JP | ?ミ氿韲イ | 00111111100011101101000010001111110001101101011111110000111011101000111010110010 | 3f8ed08fc6d7f0ee8eb2 |
UTF-8 | 髙ミ氿韲イ | 111010011010101110011001111011111011111010010000111001101011000010111111111010011001111110110010111011111011110110110010 | e9ab99efbe90e6b0bfe99fb2efbdb2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)