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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 将蘂}将蘂{^ | 1000111110101011111001010100000101111101100011111010101111100101010000010111101101011110 | 8fabe5417d8fabe5417b5e |
EUC-JP | 将蘂}将蘂{^ | 1011111010101101111010011010001001111101101111101010110111101001101000100111101101011110 | beade9a27dbeade9a27b5e |
UTF-8 | 将蘂}将蘂{^ | 111001011011000010000110111010001001100010000010011111011110010110110000100001101110100010011000100000100111101101011110 | e5b086e898827de5b086e898827b5e |
UHC | ?蘂}?蘂{^ | 001111111110011111011110011111010011111111100111110111100111101101011110 | 3fe7de7d3fe7de7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)