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 | ?S[?S[^ | 00111111010100110101101100111111010100110101101101011110 | 3f535b3f535b5e |
SJIS-WIN | 紆S[紆S[^ | 111000101111110001010011010110111110001011111100010100110101101101011110 | e2fc535be2fc535b5e |
EUC-JP | 紆S[紆S[^ | 111001001111111001010011010110111110010011111110010100110101101101011110 | e4fe535be4fe535b5e |
UTF-8 | 紆S[紆S[^ | 1110011110110100100001100101001101011011111001111011010010000110010100110101101101011110 | e7b486535be7b486535b5e |
UHC | 紆S[紆S[^ | 111010011110000101010011010110111110100111100001010100110101101101011110 | e9e1535be9e1535b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)