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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??爾萌霧^ | 001111110011111110001110101000101001011001000111100101101011011001011110 | 3f3f8ea2964796b65e |
EUC-JP | 釪?爾萌霧^ | 1000111111100011101011010011111110111100101001001100101110101000110011001011100001011110 | 8fe3ad3fbca4cba8ccb85e |
UTF-8 | 釪렟爾萌霧^ | 11101001100001111010101011101011101000001001111111100111100010001011111011101000100100001000110011101001100111001010011101011110 | e987aaeba09fe788bee8908ce99ca75e |
UHC | 釪렟爾萌霧^ | 1110100111101001100011101011000011101100101100111101100011110000110110011111011001011110 | e9e98eb0ecb3d8f0d9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)