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 | ©·Â | 100100001010100110011100101101111000101111000010 | 90a99cb78bc2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?©??? | 00111111100011111010001011101101001111110011111100111111100011111010101010100100 | 3f8fa2ed3f3f3f8faaa4 |
UTF-8 | ©·Â | 110000101001000011000010101010011100001010011100110000101011011111000010100010111100001110000010 | c290c2a9c29cc2b7c28bc382 |
UHC | ???·?? | 00111111001111110011111110100001101001000011111100111111 | 3f3f3fa1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)