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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 提?D提?D^ | 100100101111000100111111010001001001001011110001001111110100010001011110 | 92f13f4492f13f445e |
EUC-JP | 提?D提?D^ | 110001001111001100111111010001001100010011110011001111110100010001011110 | c4f33f44c4f33f445e |
UTF-8 | 提렔D提렔D^ | 111001101000111110010000111010111010000010010100010001001110011010001111100100001110101110100000100101000100010001011110 | e68f90eba09444e68f90eba094445e |
UHC | 提렔D提렔D^ | 1111000010101011100011101010100101000100111100001010101110001110101010010100010001011110 | f0ab8ea944f0ab8ea9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)